diff src/org/tmatesoft/hg/repo/HgBookmarks.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 5c68567b3645
children 507602cb4fb3
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgBookmarks.java	Fri May 10 14:29:35 2013 +0200
+++ b/src/org/tmatesoft/hg/repo/HgBookmarks.java	Fri May 10 17:31:27 2013 +0200
@@ -30,7 +30,6 @@
 import org.tmatesoft.hg.core.HgIOException;
 import org.tmatesoft.hg.core.HgRepositoryLockException;
 import org.tmatesoft.hg.core.Nodeid;
-import org.tmatesoft.hg.internal.Experimental;
 import org.tmatesoft.hg.internal.FileChangeMonitor;
 import org.tmatesoft.hg.internal.Internals;
 import org.tmatesoft.hg.internal.LineReader;
@@ -162,7 +161,6 @@
 	 * @throws HgIOException if failed to write updated bookmark information 
 	 * @throws HgRepositoryLockException  if failed to lock repository for modifications
 	 */
-	@Experimental(reason="Provisional API")
 	public void updateActive(Nodeid p1, Nodeid p2, Nodeid child) throws HgIOException, HgRepositoryLockException {
 		if (activeBookmark == null) {
 			return;