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

made distributor final

parent bd7dd798
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ import teetime.framework.OutputPort; ...@@ -26,7 +26,7 @@ import teetime.framework.OutputPort;
* @param T * @param T
* the type of the input port and the output ports * the type of the input port and the output ports
*/ */
public class Distributor<T> extends AbstractConsumerStage<T> { public final class Distributor<T> extends AbstractConsumerStage<T> {
private IDistributorStrategy strategy; private IDistributorStrategy strategy;
......
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