Subversion Repository Public Repository

litesoft

Diff Revisions 905 vs 906 for /trunk/mobileGWT/mgwt.changetracking/orig/src/main/java/com/googlecode/mgwt/dom/client/event/mouse/MultiTouchMouseEmulator.java

Diff revisions: vs.
  @@ -23,7 +23,6 @@
23 23 hasValues = true;
24 24 }
25 25
26 - @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "MS_EXPOSE_REP", justification = "we need this for testing")
27 26 public static int[] getTouchStart() {
28 27 return coordinates;
29 28 }