You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/02/26 09:06:10 UTC

svn commit: rev 6876 - incubator/depot/trunk/ruper/src/java/core/org/apache/ruper

Author: nickchalko
Date: Thu Feb 26 01:06:09 2004
New Revision: 6876

Modified:
   incubator/depot/trunk/ruper/src/java/core/org/apache/ruper/ResourceUpdater.java
Log:
Remove exctption that is never thrown.

Modified: incubator/depot/trunk/ruper/src/java/core/org/apache/ruper/ResourceUpdater.java
==============================================================================
--- incubator/depot/trunk/ruper/src/java/core/org/apache/ruper/ResourceUpdater.java	(original)
+++ incubator/depot/trunk/ruper/src/java/core/org/apache/ruper/ResourceUpdater.java	Thu Feb 26 01:06:09 2004
@@ -136,7 +136,7 @@
 	/**
 	* Construct a default ruper
 	*/
-	public ResourceUpdater() throws RuperException {
+	public ResourceUpdater() {
 		ResourceUpdaterIdentifier ruperId =
 			new ResourceUpdaterIdentifier(RuperConstants.DEFAULT);
 		m_ruperEngine = new ResourceUpdaterEngine();