Subversion Repository Public Repository

litesoft

Diff Revisions 876 vs 887 for /trunk/mobileGWT/mgwt/src/main/java/com/googlecode/mgwt/dom/client/event/animation/AnimationEndEvent.java

Diff revisions: vs.
  @@ -1,11 +1,11 @@
1 1 /*
2 2 * Copyright 2010 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
  @@ -17,9 +17,9 @@
17 17 import com.googlecode.mgwt.dom.client.event.EventTypesHolder;
18 18
19 19 /**
20 - *
20 + *
21 21 * Represent a native animation end event
22 - *
22 + *
23 23 * @author Daniel Kurka
24 24 * @version $Id: $
25 25 */
  @@ -28,14 +28,14 @@
28 28 /**
29 29 * Event type for animation end events.
30 30 */
31 - @edu.umd.cs.findbugs.annotations.SuppressWarnings(value = "MS_PKGPROTECT", justification = "we need this for testing")
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 /**
35 35 * <p>
36 36 * getType
37 37 * </p>
38 - *
38 + *
39 39 * @return a Type object.
40 40 */
41 41 public static Type<AnimationEndHandler> getType() {
  @@ -47,7 +47,7 @@
47 47
48 48 /**
49 49 * {@inheritDoc}
50 - *
50 + *
51 51 * Gets the event type associated with animation end events.
52 52 */
53 53 @Override