comparison 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
comparison
equal deleted inserted replaced
418:528b6780a8bd 419:7f136a3fa671
1 /* 1 /*
2 * Copyright (c) 2011 TMate Software Ltd 2 * Copyright (c) 2011-2012 TMate Software Ltd
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License. 6 * the Free Software Foundation; version 2 of the License.
7 * 7 *
59 } 59 }
60 60
61 /** 61 /**
62 * Select specific branch to pull. 62 * Select specific branch to pull.
63 * Multiple branch specification possible (changeset from any of these would be included in result). 63 * Multiple branch specification possible (changeset from any of these would be included in result).
64 * Note, {@link #executeLite(Object)} does not respect this setting. 64 * Note, {@link #executeLite()} does not respect this setting.
65 * 65 *
66 * @param branch - branch name, case-sensitive, non-null. 66 * @param branch - branch name, case-sensitive, non-null.
67 * @return <code>this</code> for convenience 67 * @return <code>this</code> for convenience
68 * @throws IllegalArgumentException when branch argument is null 68 * @throws IllegalArgumentException when branch argument is null
69 */ 69 */