Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/objects/attributes/A_Boolean.java

Diff revisions: vs.
  @@ -1,18 +1,17 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.aokeyhole.objects.attributes;
3 -
4 - import org.litesoft.aokeyhole.objects.*;
5 -
6 - public class A_Boolean extends AbstractAttributeTypeSimple {
7 - public static final AttributeType TYPE = new A_Boolean();
8 -
9 - private A_Boolean() {
10 - }
11 -
12 - @Override
13 - public Class getSimpleDataType() {
14 - return Boolean.class;
15 - }
16 - }
17 -
18 -
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.aokeyhole.objects.attributes;
3 +
4 + import org.litesoft.aokeyhole.objects.*;
5 +
6 + public class A_Boolean extends AbstractAttributeTypeSimple {
7 + public static final AttributeType TYPE = new A_Boolean();
8 +
9 + private A_Boolean() {
10 + }
11 +
12 + @Override
13 + public Class getSimpleDataType() {
14 + return Boolean.class;
15 + }
16 + }
17 +