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/TransitionEndEvent.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 /**
  @@ -25,7 +26,6 @@
25 26 */
26 27 public class TransitionEndEvent extends DomEvent<TransitionEndHandler> {
27 28
28 - @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "MS_PKGPROTECT", justification = "we need this for testing")
29 29 protected static Type<TransitionEndHandler> TYPE;
30 30
31 31 /**