Skip to content
Snippets Groups Projects
Commit 56739651 authored by Christian Wulf's avatar Christian Wulf
Browse files

added final to getOutputPort

parent 0999de02
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ public abstract class AbstractTransformation<I, O> extends AbstractConsumerStage
}
@Override
public OutputPort<O> getOutputPort() {
public final OutputPort<O> getOutputPort() {
return outputPort;
}
}
wiki @ 0a5bd4dd
Subproject commit 0a5bd4ddb82684ce1ae2ec84c67ff2117ebff143
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment