diff src/org/tmatesoft/hg/internal/Internals.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 528b6780a8bd
children 6c22bdc0bdfd
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/Internals.java	Thu Mar 22 21:02:20 2012 +0100
+++ b/src/org/tmatesoft/hg/internal/Internals.java	Thu Mar 22 21:36:41 2012 +0100
@@ -195,7 +195,7 @@
 	}
 	
 	/**
-	 * @param hint optional hint pointing to filesystem of interest (generally, it's possible to mount 
+	 * @param fsHint optional hint pointing to filesystem of interest (generally, it's possible to mount 
 	 * filesystems with different capabilities and repository's capabilities would depend on which fs it resides) 
 	 * @return <code>true</code> if executable files deserve tailored handling 
 	 */
@@ -205,7 +205,7 @@
 	}
 
 	/**
-	 * @param hint optional hint pointing to filesystem of interest (generally, it's possible to mount 
+	 * @param fsHint optional hint pointing to filesystem of interest (generally, it's possible to mount 
 	 * filesystems with different capabilities and repository's capabilities would depend on which fs it resides) 
 	 * @return <code>true</code> if filesystem knows what symbolic links are 
 	 */