Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/components/nonpublic/HigherOrderAdjustable.java

Diff revisions: vs.
  @@ -1,12 +1,12 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.forms.client.components.nonpublic;
3 -
4 - public interface HigherOrderAdjustable {
5 - public void adjustValue( int pAdjustBy );
6 -
7 - public static final HigherOrderAdjustable NULL = new HigherOrderAdjustable() {
8 - @Override
9 - public void adjustValue( int pAdjustBy ) {
10 - }
11 - };
12 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.forms.client.components.nonpublic;
3 +
4 + public interface HigherOrderAdjustable {
5 + public void adjustValue( int pAdjustBy );
6 +
7 + public static final HigherOrderAdjustable NULL = new HigherOrderAdjustable() {
8 + @Override
9 + public void adjustValue( int pAdjustBy ) {
10 + }
11 + };
12 + }