Author: lektran
Date: Mon Mar 22 16:45:51 2010
New Revision: 926176
URL: http://svn.apache.org/viewvc?rev=926176&view=rev
Log:
Remove some commented code, keeping it around serves no purpose.
Modified:
ofbiz/trunk/applications/content/src/org/ofbiz/content/cms/CmsEvents.java
Modified:
ofbiz/trunk/applications/content/src/org/ofbiz/content/cms/CmsEvents.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/src/org/ofbiz/content/cms/CmsEvents.java?rev=926176&r1=926175&r2=926176&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/src/org/ofbiz/content/cms/CmsEvents.java
(original)
+++ ofbiz/trunk/applications/content/src/org/ofbiz/content/cms/CmsEvents.java
Mon Mar 22 16:45:51 2010
@@ -316,8 +316,6 @@ public class CmsEvents {
}
request.setAttribute("_ERROR_MESSAGE_", "Not able to find a page to
display for website: " + siteName + " [" + webSiteId + "] not even a default
page!");
return "error";
- // throw an unknown request error
- //throw new GeneralRuntimeException("Unknown request; this request
does not exist or cannot be called directly.");
}
protected static int verifyContentToWebSite(Delegator delegator, String
webSiteId, String contentId) throws GeneralException {