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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]