Subversion Repository Public Repository

litesoft

Diff Revisions 948 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/menu/MenuSeparatorDef.java

Diff revisions: vs.
  @@ -1,11 +1,11 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.menu;
3 -
4 - import org.litesoft.GWT.client.*;
5 -
6 - public class MenuSeparatorDef implements IMenuableDef {
7 - public static final MenuSeparatorDef INSTANCE = new MenuSeparatorDef();
8 -
9 - public MenuSeparatorDef() {
10 - }
11 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.menu;
3 +
4 + import org.litesoft.GWT.client.*;
5 +
6 + public class MenuSeparatorDef implements IMenuableDef {
7 + public static final MenuSeparatorDef INSTANCE = new MenuSeparatorDef();
8 +
9 + public MenuSeparatorDef() {
10 + }
11 + }