Subversion Repository Public Repository

litesoft

Diff Revisions 886 vs 887 for /trunk/mobileGWT/mgwt/src/main/java/com/googlecode/mgwt/dom/client/event/mouse/MultiTouchMouseEmulator.java

Diff revisions: vs.
  @@ -1,11 +1,11 @@
1 1 /*
2 2 * Copyright 2012 Daniel Kurka
3 - *
3 + *
4 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
5 5 * in compliance with the License. You may obtain a copy of the License at
6 - *
6 + *
7 7 * http://www.apache.org/licenses/LICENSE-2.0
8 - *
8 + *
9 9 * Unless required by applicable law or agreed to in writing, software distributed under the License
10 10 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
11 11 * or implied. See the License for the specific language governing permissions and limitations under
  @@ -23,7 +23,7 @@
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")
26 + // @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "MS_EXPOSE_REP", justification = "we need this for testing")
27 27 public static int[] getTouchStart() {
28 28 return coordinates;
29 29 }