Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,22 +1,18 @@
1 1 // This Source Code is in the Public Domain per: http://unlicense.org
2 2 package org.litesoft.aokeyhole.objects;
3 3
4 - public class UiRUpSet extends AttributeSet
5 - {
6 - public UiRUpSet( AttributeSetBuilder pBuilder )
7 - {
4 + public class UiRUpSet extends AttributeSet {
5 + public UiRUpSet( AttributeSetBuilder pBuilder ) {
8 6 super( pBuilder );
9 7 }
10 8
11 9 @Override
12 - public boolean isUiCreatable()
13 - {
10 + public boolean isUiCreatable() {
14 11 return false;
15 12 }
16 13
17 14 @Override
18 - public boolean isUiDeleteable()
19 - {
15 + public boolean isUiDeleteable() {
20 16 return false;
21 17 }
22 18 }