Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/external/Controller.java

Diff revisions: vs.
  @@ -46,8 +46,7 @@
46 46 * <li>stateless controllers can be shared</li>
47 47 * </ul>
48 48 */
49 - public interface Controller extends EventDelegate
50 - {
49 + public interface Controller extends EventDelegate {
51 50 /**
52 51 * Get the id of this controller. Used for looking up a controller in a
53 52 * collection. Controllers with a single implementation will return the