diff src/org/tmatesoft/hg/core/HgOutgoingCommand.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 9517df1ef7ec
children 9c9c442b5f2e
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgOutgoingCommand.java	Thu Mar 22 21:02:20 2012 +0100
+++ b/src/org/tmatesoft/hg/core/HgOutgoingCommand.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
@@ -61,7 +61,7 @@
 	/**
 	 * Select specific branch to pull. 
 	 * Multiple branch specification possible (changeset from any of these would be included in result).
-	 * Note, {@link #executeLite(Object)} does not respect this setting.
+	 * Note, {@link #executeLite()} does not respect this setting.
 	 * 
 	 * @param branch - branch name, case-sensitive, non-null.
 	 * @return <code>this</code> for convenience