File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 *
2424 * @author John Keyes (john at integralsource.com)
2525 * @version $Revision$, $Date$
26- * @deprecated Use the {@link DefaultParser} instead
26+ * @deprecated since 1.3, use the {@link DefaultParser} instead
2727 */
2828@ Deprecated
2929public class BasicParser extends Parser
Original file line number Diff line number Diff line change 2626 *
2727 * @author John Keyes (john at integralsource.com)
2828 * @version $Revision$, $Date$
29- * @deprecated Use the {@link DefaultParser} instead
29+ * @deprecated since 1.3, use the {@link DefaultParser} instead
3030 */
3131@ Deprecated
3232public class GnuParser extends Parser
Original file line number Diff line number Diff line change 2929 *
3030 * @author John Keyes (john at integralsource.com)
3131 * @version $Revision$, $Date$
32- * @deprecated The two-pass parsing with the flatten method is not enough flexible to handle complex cases
32+ * @deprecated since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex cases
3333 */
3434@ Deprecated
3535public abstract class Parser implements CommandLineParser
Original file line number Diff line number Diff line change 2828 *
2929 * @author John Keyes (john at integralsource.com)
3030 * @version $Revision$, $Date$
31- * @deprecated Use the {@link DefaultParser} instead
31+ * @deprecated since 1.3, use the {@link DefaultParser} instead
3232 */
3333@ Deprecated
3434public class PosixParser extends Parser
You can’t perform that action at this time.
0 commit comments