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/animation/AnimationEndEvent.java

Diff revisions: vs.
  @@ -14,6 +14,7 @@
14 14 package com.googlecode.mgwt.dom.client.event.animation;
15 15
16 16 import com.google.gwt.event.dom.client.DomEvent;
17 +
17 18 import com.googlecode.mgwt.dom.client.event.EventTypesHolder;
18 19
19 20 /**
  @@ -28,7 +29,6 @@
28 29 /**
29 30 * Event type for animation end events.
30 31 */
31 - @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "MS_PKGPROTECT", justification = "we need this for testing")
32 32 protected static Type<AnimationEndHandler> TYPE;
33 33
34 34 /**