roxspring 2004/02/17 13:43:00
Modified: cli/src/java/org/apache/commons/cli2/commandline Tag:
RESEARCH_CLI_2_ROXSPRING
WriteableCommandLineImpl.java
Log:
Removed getNormalised() from CommandLine as the contract will make no sense for
"default" implementations
Revision Changes Path
No revision
No revision
1.1.2.2 +0 -8
jakarta-commons/cli/src/java/org/apache/commons/cli2/commandline/Attic/WriteableCommandLineImpl.java
Index: WriteableCommandLineImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/cli/src/java/org/apache/commons/cli2/commandline/Attic/WriteableCommandLineImpl.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- WriteableCommandLineImpl.java 17 Feb 2004 21:14:14 -0000 1.1.2.1
+++ WriteableCommandLineImpl.java 17 Feb 2004 21:42:59 -0000 1.1.2.2
@@ -213,14 +213,6 @@
}
/* (non-Javadoc)
- * @see org.apache.commons.cli2.CommandLine#getNormalised()
- */
- public List getNormalised() {
- // TODO Auto-generated method stub
- return null;
- }
-
- /* (non-Javadoc)
* @see
org.apache.commons.cli2.CommandLine#setDefaultValues(org.apache.commons.cli2.Option,
java.util.List)
*/
public void setDefaultValues(final Option option, final List values) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]