diff src/org/tmatesoft/hg/repo/HgWorkingCopyStatusCollector.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 e1b29756f901
children 6526d8adbc0f
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgWorkingCopyStatusCollector.java	Fri May 10 14:29:35 2013 +0200
+++ b/src/org/tmatesoft/hg/repo/HgWorkingCopyStatusCollector.java	Fri May 10 17:31:27 2013 +0200
@@ -34,7 +34,6 @@
 import org.tmatesoft.hg.core.Nodeid;
 import org.tmatesoft.hg.core.SessionContext;
 import org.tmatesoft.hg.internal.ByteArrayChannel;
-import org.tmatesoft.hg.internal.Experimental;
 import org.tmatesoft.hg.internal.FilterByteChannel;
 import org.tmatesoft.hg.internal.Internals;
 import org.tmatesoft.hg.internal.ManifestRevision;
@@ -333,7 +332,6 @@
 	 * @param fileInfo file content mediator 
 	 * @return <code>true</code> when content in working dir differs from that of manifest-recorded revision 
 	 */
-	@Experimental(reason="Perhaps, HgDataFile#isWorkingCopyChanged() would be better - no need to pass any arguments?")
 	public boolean hasTangibleChanges(Path fname, FileInfo fileInfo) throws HgRuntimeException {
 		// see #checkLocalStatusAgainstFile() below for the origin of changed file check
 		HgDataFile df = repo.getFileNode(fname);