Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -4,17 +4,14 @@
4 4 import org.litesoft.aokeyhole.objects.*;
5 5 import org.litesoft.commonfoundation.exceptions.*;
6 6
7 - public class A_FloatDecimal extends AbstractAttributeTypeSimple
8 - {
7 + public class A_FloatDecimal extends AbstractAttributeTypeSimple {
9 8 public static final AttributeType TYPE = new A_FloatDecimal();
10 9
11 - private A_FloatDecimal()
12 - {
10 + private A_FloatDecimal() {
13 11 }
14 12
15 13 @Override
16 - public Class getSimpleDataType()
17 - {
14 + public Class getSimpleDataType() {
18 15 throw new NotImplementedYetException();
19 16 }
20 17 }