Author: lektran
Date: Thu Mar 18 00:57:02 2010
New Revision: 924576

URL: http://svn.apache.org/viewvc?rev=924576&view=rev
Log:
Remove an exception declaration that is never thrown

Modified:
    
ofbiz/trunk/applications/product/src/org/ofbiz/product/subscription/SubscriptionServices.java

Modified: 
ofbiz/trunk/applications/product/src/org/ofbiz/product/subscription/SubscriptionServices.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/product/subscription/SubscriptionServices.java?rev=924576&r1=924575&r2=924576&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/product/src/org/ofbiz/product/subscription/SubscriptionServices.java
 (original)
+++ 
ofbiz/trunk/applications/product/src/org/ofbiz/product/subscription/SubscriptionServices.java
 Thu Mar 18 00:57:02 2010
@@ -48,7 +48,7 @@ public class SubscriptionServices {
 
     public static final String module = SubscriptionServices.class.getName();
 
-    public static Map<String, Object> 
processExtendSubscription(DispatchContext dctx, Map<String, ? extends Object> 
context) throws GenericServiceException{
+    public static Map<String, Object> 
processExtendSubscription(DispatchContext dctx, Map<String, ? extends Object> 
context) {
         Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         Timestamp nowTimestamp = UtilDateTime.nowTimestamp();


Reply via email to