Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,14 +1,13 @@
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_ListItem extends AttributeType {
7 - public static final AttributeType TYPE = new A_ListItem();
8 -
9 - private A_ListItem() {
10 - super( FundamentalAttributeType.Simple );
11 - }
12 - }
13 -
14 -
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_ListItem extends AttributeType {
7 + public static final AttributeType TYPE = new A_ListItem();
8 +
9 + private A_ListItem() {
10 + super( FundamentalAttributeType.Simple );
11 + }
12 + }
13 +