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

updated comment

parent ca89da07
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ import org.slf4j.LoggerFactory; ...@@ -10,7 +10,7 @@ import org.slf4j.LoggerFactory;
import teetime.framework.signal.ISignal; import teetime.framework.signal.ISignal;
import teetime.framework.validation.InvalidPortConnection; import teetime.framework.validation.InvalidPortConnection;
public abstract class Stage { // NOPMD (should not start with "Abstract" public abstract class Stage { // NOPMD (should not start with "Abstract")
private final String id; private final String id;
private static final Map<String, Integer> INSTANCES_COUNTER = new ConcurrentHashMap<String, Integer>(); private static final Map<String, Integer> INSTANCES_COUNTER = new ConcurrentHashMap<String, Integer>();
......
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