changes.
[IRC.git] / Robust / src / Analysis / SSJava / SSJavaAnalysis.java
index adf303d533a74f549615468aa7e2591430ad0ced..a39fd0142a42f01162ec4df89b08115d6e4d210c 100644 (file)
@@ -96,7 +96,7 @@ public class SSJavaAnalysis {
 
   // keep the field ownership from the linear type checking
   Hashtable<MethodDescriptor, Set<FieldDescriptor>> mapMethodToOwnedFieldSet;
-
+  
   Set<FlatNode> sameHeightWriteFlatNodeSet;
 
   CallGraph callgraph;