diff src/org/tmatesoft/hg/core/HgStatusCommand.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 9c9c442b5f2e
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgStatusCommand.java	Thu Mar 22 21:02:20 2012 +0100
+++ b/src/org/tmatesoft/hg/core/HgStatusCommand.java	Thu Mar 22 21:36:41 2012 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 TMate Software Ltd
+ * Copyright (c) 2011-2012 TMate Software Ltd
  *  
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -145,7 +145,7 @@
 	/**
 	 * Limit status operation to certain sub-tree.
 	 * 
-	 * @param pathMatcher - matcher to use,  pass <code>null/<code> to reset
+	 * @param scopeMatcher - matcher to use,  pass <code>null/<code> to reset
 	 * @return <code>this</code> for convenience
 	 */
 	public HgStatusCommand match(Path.Matcher scopeMatcher) {
@@ -160,7 +160,7 @@
 	/**
 	 * Perform status operation according to parameters set.
 	 *  
-	 * @param handler callback to get status information
+	 * @param statusHandler callback to get status information
 	 * @throws IOException if there are (further unspecified) errors while walking working copy
 	 * @throws IllegalArgumentException if handler is <code>null</code>
 	 * @throws ConcurrentModificationException if this command already runs (i.e. being used from another thread)