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

reverted changeState() to private

parent 62db013f
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ public abstract class AbstractStage {
return signalAlreadyReceived;
}
void changeState(final StageState newState) {
private void changeState(final StageState newState) {
currentState = newState;
if (logger.isTraceEnabled()) {
logger.trace(newState.toString());
......
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