diff src/org/tmatesoft/hg/repo/HgRepositoryLock.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 c56edf42be64
children 868b2ffdcd5c
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgRepositoryLock.java	Fri May 10 14:29:35 2013 +0200
+++ b/src/org/tmatesoft/hg/repo/HgRepositoryLock.java	Fri May 10 17:31:27 2013 +0200
@@ -26,12 +26,9 @@
 import java.nio.channels.FileChannel;
 
 import org.tmatesoft.hg.core.HgRepositoryLockException;
-import org.tmatesoft.hg.internal.Experimental;
 import org.tmatesoft.hg.internal.Internals;
 
 /**
- * NOT SAFE FOR MULTITHREAD USE!
- * 
  * <p>Usage:
  * <pre>
  * HgRepositoryLock lock = hgRepo.getWorkingDirLock();
@@ -52,11 +49,13 @@
  * 
  * Unlike original mechanism, we don't use symlinks, rather files, as it's easier to implement
  * 
+ * <p>
+ * NOT SAFE FOR MULTITHREAD USE!
+ * 
  * @see http://code.google.com/p/hg4j/issues/detail?id=35
  * @author Artem Tikhomirov
  * @author TMate Software Ltd.
  */
-@Experimental(reason="Work in progress")
 public class HgRepositoryLock {
 	/*
 	 * Lock .hg/ except .hg/store/      .hg/wlock (new File(hgRepo.getRepoRoot(),"wlock"))