changes: generated annotated code but it still causes type errors + re-formatting...
[IRC.git] / Robust / src / Benchmarks / SSJava / EyeTrackingInfer / Image.java
index d91a7e4a2f6d3fd9039a6e8ae6820ec07450ce7d..5245320355a2ed5ccb669897b79be0b2da9aae9e 100644 (file)
@@ -1,12 +1,10 @@
 
 
-
 public class Image {
 
 public class Image {
 
-  
   int width;
   int width;
-  
+
   int height;
   int height;
-  
+
   int pixel[][];
 
   public Image(int width, int height) {
   int pixel[][];
 
   public Image(int width, int height) {