Subversion Repository Public Repository

litesoft

Diff Revisions 475 vs 948 for /trunk/Java/GWT/Client/src/com/google/gwt/gen2/table/event/client/HasRowUnhighlightHandlers.java

Diff revisions: vs.
  @@ -21,8 +21,7 @@
21 21 * A widget that implements this interface is a public source of
22 22 * {@link RowUnhighlightEvent RowUnhighlightEvents}.
23 23 */
24 - public interface HasRowUnhighlightHandlers
25 - {
24 + public interface HasRowUnhighlightHandlers {
26 25 /**
27 26 * Adds a {@link RowUnhighlightHandler}.
28 27 *