diff src/org/tmatesoft/hg/core/HgLogCommand.java @ 380:9517df1ef7ec

Comments/javadoc
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 09 Feb 2012 18:57:14 +0100
parents a2341e761609
children 994b5813a925
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgLogCommand.java	Thu Feb 09 16:47:17 2012 +0100
+++ b/src/org/tmatesoft/hg/core/HgLogCommand.java	Thu Feb 09 18:57:14 2012 +0100
@@ -203,9 +203,9 @@
 	/**
 	 * 
 	 * @param handler callback to process changesets.
-	 * @throws HgCallbackTargetException FIXME
+	 * @throws HgCallbackTargetException to re-throw exception from the handler
 	 * @throws HgException FIXME
-	 * @throws CancelledException FIXME
+	 * @throws CancelledException if execution of the command was cancelled
 	 * @throws IllegalArgumentException when inspector argument is null
 	 * @throws ConcurrentModificationException if this log command instance is already running
 	 */
@@ -263,11 +263,11 @@
 	}
 	
 	/**
-	 * 
+	 * TODO documentation 
 	 * @param handler
-	 * @throws HgCallbackTargetException
-	 * @throws HgException
-	 * @throws CancelledException
+	 * @throws HgCallbackTargetException to re-throw exception from the handler
+	 * @throws HgException FIXME
+	 * @throws CancelledException if execution of the command was cancelled
 	 */
 	public void execute(HgChangesetTreeHandler handler) throws HgCallbackTargetException, HgException, CancelledException {
 		if (handler == null) {