Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/objects/properties/PMD_Case.java

Diff revisions: vs.
  @@ -5,8 +5,7 @@
5 5 import org.litesoft.aokeyhole.objects.support.*;
6 6 import org.litesoft.aokeyhole.toolkit.*;
7 7
8 - public class PMD_Case extends PropertyStringMetaData
9 - {
8 + public class PMD_Case extends PropertyStringMetaData {
10 9 public static final String NAME = "Case";
11 10 public static final PropertyMetaData INSTANCE = new PMD_Case();
12 11
  @@ -14,8 +13,7 @@
14 13 public static final String UPPERED = "Uppered";
15 14 public static final String LOWERED = "Lowered";
16 15
17 - private PMD_Case()
18 - {
16 + private PMD_Case() {
19 17 super( NAME, Required.NO, null, //
20 18 IGNORED, //
21 19 UPPERED, //