make field private
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
9abe06571d
commit
87f84c8def
@ -11,7 +11,7 @@ public class Blackboard {
|
|||||||
/**
|
/**
|
||||||
* The values in the blackboard
|
* The values in the blackboard
|
||||||
*/
|
*/
|
||||||
Map<String,Object> values = new HashMap<String,Object>();
|
private Map<String,Object> values = new HashMap<String,Object>();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Puts a value into the blackboard
|
* Puts a value into the blackboard
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user