diff src/org/tmatesoft/hg/internal/CommitFacility.java @ 613:f41dd9a3b8af v1.1m4

Remove few Experimental annotations as the API they've marked graduates
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 10 May 2013 17:31:27 +0200
parents dca70c0b1f74
children 5e0313485eef
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/CommitFacility.java	Fri May 10 14:29:35 2013 +0200
+++ b/src/org/tmatesoft/hg/internal/CommitFacility.java	Fri May 10 17:31:27 2013 +0200
@@ -43,14 +43,12 @@
 import org.tmatesoft.hg.util.Path;
 
 /**
- * WORK IN PROGRESS
  * Name: CommitObject, FutureCommit or PendingCommit
- * Only public API now: {@link HgCommitCommand}.
+ * The only public API now: {@link HgCommitCommand}.
  * 
  * @author Artem Tikhomirov
  * @author TMate Software Ltd.
  */
-@Experimental(reason="Work in progress")
 public final class CommitFacility {
 	private final Internals repo;
 	private final int p1Commit, p2Commit;