Subversion Repository Public Repository

litesoft

Diff Revisions 905 vs 906 for /trunk/mobileGWT/mgwt/src/main/java/com/googlecode/mgwt/dom/client/event/animation/TransitionEndEvent.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
  @@ -14,25 +14,25 @@
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 /**
20 - *
21 + *
21 22 * Represent a native transition end event
22 - *
23 + *
23 24 * @author Daniel Kurka
24 25 * @version $Id: $
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 /**
32 32 * <p>
33 33 * getType
34 34 * </p>
35 - *
35 + *
36 36 * @return a Type object.
37 37 */
38 38 public static Type<TransitionEndHandler> getType() {
  @@ -44,7 +44,7 @@
44 44
45 45 /**
46 46 * {@inheritDoc}
47 - *
47 + *
48 48 * Gets the event type associated with transition end events.
49 49 */
50 50 @Override