Skip to content

Commit 72fb324

Browse files
committed
Fix warning
1 parent 8ce37ad commit 72fb324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/variant/SelectSamplesStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class SelectSamplesStep extends AbstractCommandPipelineStep<SelectVariant
3030
public static String SAMPLE_INCLUDE = "sampleNameToInclude";
3131
public static String SAMPLE_EXCLUDE = "sampleNameToExclude";
3232

33-
public SelectSamplesStep(PipelineStepProvider provider, PipelineContext ctx)
33+
public SelectSamplesStep(PipelineStepProvider<?> provider, PipelineContext ctx)
3434
{
3535
super(provider, ctx, new SelectVariantsWrapper(ctx.getLogger()));
3636
}

0 commit comments

Comments
 (0)