Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/pavsupport/RootView.java

Diff revisions: vs.
  @@ -4,6 +4,5 @@
4 4 * Marker Interface that indicates that 'this' View is a 'Root' View
5 5 * in the navigational graph and as such No 'Back' Button should be offered.
6 6 */
7 - public interface RootView
8 - {
7 + public interface RootView {
9 8 }