You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ro...@apache.org on 2004/02/17 22:43:00 UTC

cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2/commandline WriteableCommandLineImpl.java

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org