Skip to content
Snippets Groups Projects
Commit 9926d2e6 authored by Stephane Dallongeville's avatar Stephane Dallongeville
Browse files

minor change

parent 38a7d6a8
No related branches found
No related tags found
No related merge requests found
...@@ -21,11 +21,6 @@ public class SequenceSliceBatch extends Batch implements SequenceBlock, PluginLi ...@@ -21,11 +21,6 @@ public class SequenceSliceBatch extends Batch implements SequenceBlock, PluginLi
protected VarSequence inputSequence; protected VarSequence inputSequence;
protected VarSequence element; protected VarSequence element;
public SequenceSliceBatch()
{
super();
}
@Override @Override
public VarSequence getBatchSource() public VarSequence getBatchSource()
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment