make field private
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2025-05-29 13:10:00 -04:00
parent 9abe06571d
commit 87f84c8def

View File

@ -11,7 +11,7 @@ public class 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