Skip to content
Snippets Groups Projects
Commit 93c4d0a6 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] make field final

parent 509f0daf
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ public class SceneGraphTraverser {
private boolean inUse;
/** Temporary map during traversal for use references */
private HashSet<VRMLNodeType> usedNodes;
private final HashSet<VRMLNodeType> usedNodes;
/** The detailObs for the scene graph */
private SceneGraphTraversalDetailObserver detailObs;
......
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