You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/06/12 10:03:08 UTC

cvs commit: maven-new/fetch/src/main/java/org/apache/maven/fetch/exceptions UnsupportedProtocolFetchException.java

bwalding    2003/06/12 01:03:08

  Modified:    fetch/src/main/java/org/apache/maven/fetch/exceptions
                        UnsupportedProtocolFetchException.java
  Log:
  Removed irrelevant constructors
  
  Revision  Changes    Path
  1.3       +1 -15     maven-new/fetch/src/main/java/org/apache/maven/fetch/exceptions/UnsupportedProtocolFetchException.java
  
  Index: UnsupportedProtocolFetchException.java
  ===================================================================
  RCS file: /home/cvs/maven-new/fetch/src/main/java/org/apache/maven/fetch/exceptions/UnsupportedProtocolFetchException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UnsupportedProtocolFetchException.java	25 May 2003 12:07:49 -0000	1.2
  +++ UnsupportedProtocolFetchException.java	12 Jun 2003 08:03:08 -0000	1.3
  @@ -70,18 +70,4 @@
           super(message);
       }
   
  -     /**
  -     * @param message
  -     * @param cause
  -     */
  -    public UnsupportedProtocolFetchException(String message, Throwable cause)
  -    {
  -        super(message, cause);
  -    }
  -
  -
  -
  -
  -    
  -
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org