Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,16 +1,16 @@
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_Index extends AbstractAttributeTypeSimple {
7 - public static final AttributeType TYPE = new A_Index();
8 -
9 - private A_Index() {
10 - }
11 -
12 - @Override
13 - public Class getSimpleDataType() {
14 - return Integer.class;
15 - }
16 - }
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_Index extends AbstractAttributeTypeSimple {
7 + public static final AttributeType TYPE = new A_Index();
8 +
9 + private A_Index() {
10 + }
11 +
12 + @Override
13 + public Class getSimpleDataType() {
14 + return Integer.class;
15 + }
16 + }