Skip to content
Snippets Groups Projects
Commit 758d3486 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

typo

parent df626573
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ import teetime.framework.validation.InvalidPortConnection; ...@@ -32,7 +32,7 @@ import teetime.framework.validation.InvalidPortConnection;
@SuppressWarnings("PMD.AbstractNaming") @SuppressWarnings("PMD.AbstractNaming")
public abstract class CompositeStage extends Stage { public abstract class CompositeStage extends Stage {
private static PipeFactoryRegistry PIPEFACTORY_REGISTRY = PipeFactoryRegistry.INSTANCE; private static PipeFactoryRegistry PIPE_FACTORY_REGISTRY = PipeFactoryRegistry.INSTANCE;
protected abstract Stage getFirstStage(); protected abstract Stage getFirstStage();
......
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