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

changed visibility

parent 5a2a268c
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ public abstract class Stage { ...@@ -48,7 +48,7 @@ public abstract class Stage {
/** The owning thread of this stage if this stage is directly executed by a {@link AbstractRunnableStage}, <code>null</code> otherwise. */ /** The owning thread of this stage if this stage is directly executed by a {@link AbstractRunnableStage}, <code>null</code> otherwise. */
protected Thread owningThread; protected Thread owningThread;
public ConfigurationContext owningContext = ConfigurationContext.EMPTY_CONTEXT; ConfigurationContext owningContext = ConfigurationContext.EMPTY_CONTEXT;
protected Stage() { protected Stage() {
this.id = this.createId(); this.id = this.createId();
......
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