Subversion Repository Public Repository

litesoft

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

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