Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/attributes/Case.java

Diff revisions: vs.
  @@ -3,7 +3,10 @@
3 3
4 4 public class Case implements PropertyOfAMD
5 5 {
6 - public enum Form { AsEntered, Ignored, Uppered, Lowered }
6 + public enum Form
7 + {
8 + AsEntered, Ignored, Uppered, Lowered
9 + }
7 10
8 11 public static final Case Ignored = new Case( Form.Ignored );
9 12 public static final Case Uppered = new Case( Form.Uppered );