Author: mrisaliti
Date: Mon May 23 21:01:53 2011 New Revision: 1126748 URL: http://svn.apache.org/viewvc?rev=1126748&view=rev Log: Removed some javadoc warning (wrong param/return) into webtools component no functional changes Modified: ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/UtilCacheEvents.java ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/WebToolsServices.java Modified: ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/UtilCacheEvents.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/UtilCacheEvents.java?rev=1126748&r1=1126747&r2=1126748&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/UtilCacheEvents.java (original) +++ ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/UtilCacheEvents.java Mon May 23 21:01:53 2011 @@ -40,7 +40,7 @@ public class UtilCacheEvents { /** An HTTP WebEvent handler the specified element from the specified cache * @param request The HTTP request object for the current JSP or Servlet request. * @param response The HTTP response object for the current JSP or Servlet request. - * @return + * @return return an HTTP WebEvent handler the specified element from the specified cache */ public static String removeElementEvent(HttpServletRequest request, HttpServletResponse response) { String errMsg = ""; @@ -112,7 +112,7 @@ public class UtilCacheEvents { /** An HTTP WebEvent handler that clears the named cache * @param request The HTTP request object for the current JSP or Servlet request. * @param response The HTTP response object for the current JSP or Servlet request. - * @return + * @return return an HTTP WebEvent handler that clears the named cache */ public static String clearEvent(HttpServletRequest request, HttpServletResponse response) { String errMsg = ""; @@ -149,7 +149,7 @@ public class UtilCacheEvents { /** An HTTP WebEvent handler that clears all caches * @param request The HTTP request object for the current JSP or Servlet request. * @param response The HTTP response object for the current JSP or Servlet request. - * @return + * @return return an HTTP WebEvent handler that clears all caches */ public static String clearAllEvent(HttpServletRequest request, HttpServletResponse response) { String errMsg = ""; @@ -171,7 +171,7 @@ public class UtilCacheEvents { /** An HTTP WebEvent handler that updates the named cache * @param request The HTTP request object for the current JSP or Servlet request. * @param response The HTTP response object for the current JSP or Servlet request. - * @return + * @return return an HTTP WebEvent handler that updates the named cache */ public static String updateEvent(HttpServletRequest request, HttpServletResponse response) { String errMsg = ""; Modified: ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/WebToolsServices.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/WebToolsServices.java?rev=1126748&r1=1126747&r2=1126748&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/WebToolsServices.java (original) +++ ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/WebToolsServices.java Mon May 23 21:01:53 2011 @@ -872,9 +872,9 @@ public class WebToolsServices { /** Performs an entity maintenance security check. Returns hasPermission=true * if the user has the ENTITY_MAINT permission. - * @param dctx - * @param context - * @return + * @param dctx the dispatch context + * @param context the context + * @return return the result of the service execution */ public static Map<String, Object> entityMaintPermCheck(DispatchContext dctx, Map<String, ? extends Object> context) { GenericValue userLogin = (GenericValue) context.get("userLogin"); |
Free forum by Nabble | Edit this page |