Subversion Repository Public Repository

litesoft

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

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