Mercurial > hg4j
diff src/org/tmatesoft/hg/core/HgIncomingCommand.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/HgIncomingCommand.java Thu Mar 22 21:02:20 2012 +0100 +++ b/src/org/tmatesoft/hg/core/HgIncomingCommand.java Thu Mar 22 21:36:41 2012 +0100 @@ -66,7 +66,7 @@ /** * Select specific branch to push. * 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