Mercurial > hg4j
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 418:528b6780a8bd | 419:7f136a3fa671 |
|---|---|
| 64 } | 64 } |
| 65 | 65 |
| 66 /** | 66 /** |
| 67 * Select specific branch to push. | 67 * Select specific branch to push. |
| 68 * Multiple branch specification possible (changeset from any of these would be included in result). | 68 * Multiple branch specification possible (changeset from any of these would be included in result). |
| 69 * Note, {@link #executeLite(Object)} does not respect this setting. | 69 * Note, {@link #executeLite()} does not respect this setting. |
| 70 * | 70 * |
| 71 * @param branch - branch name, case-sensitive, non-null. | 71 * @param branch - branch name, case-sensitive, non-null. |
| 72 * @return <code>this</code> for convenience | 72 * @return <code>this</code> for convenience |
| 73 * @throws IllegalArgumentException when branch argument is null | 73 * @throws IllegalArgumentException when branch argument is null |
| 74 */ | 74 */ |
