Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,9 +1,9 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.aokeyhole.objects.support;
3 -
4 - public interface ChangeFragment {
5 - /**
6 - * The implementations of this method MUST succeed (they MAY NOT throw any exceptions)
7 - */
8 - public void commitChange();
9 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.aokeyhole.objects.support;
3 +
4 + public interface ChangeFragment {
5 + /**
6 + * The implementations of this method MUST succeed (they MAY NOT throw any exceptions)
7 + */
8 + public void commitChange();
9 + }