diff src/org/tmatesoft/hg/repo/HgIgnore.java @ 419:7f136a3fa671

Clean javadoc to fix obvious warnings
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 22 Mar 2012 21:36:41 +0100
parents 0f5696623512
children e6407313bab7
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgIgnore.java	Thu Mar 22 21:02:20 2012 +0100
+++ b/src/org/tmatesoft/hg/repo/HgIgnore.java	Thu Mar 22 21:36:41 2012 +0100
@@ -213,7 +213,7 @@
 	}
 
 	/**
-	 * A handy wrap of {@link #isIgnored(Path)} into {@link Path.Matcher}. Yields same result as {@link #isIgnored(Path)}.
+	 * A handy wrap of {@link #isIgnored(Path)} into {@link org.tmatesoft.hg.util.Path.Matcher}. Yields same result as {@link #isIgnored(Path)}.
 	 * @return <code>true</code> if file is deemed ignored.
 	 */
 	public boolean accept(Path path) {