You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2014/02/09 20:33:39 UTC

svn commit: r1566368 - /wookie/trunk/wookie-server/src/main/java/org/apache/wookie/ajaxmodel/impl/WidgetAPIImpl.java

Author: scottbw
Date: Sun Feb  9 19:33:38 2014
New Revision: 1566368

URL: http://svn.apache.org/r1566368
Log:
Removed redundant suppress-warnings annotation

Modified:
    wookie/trunk/wookie-server/src/main/java/org/apache/wookie/ajaxmodel/impl/WidgetAPIImpl.java

Modified: wookie/trunk/wookie-server/src/main/java/org/apache/wookie/ajaxmodel/impl/WidgetAPIImpl.java
URL: http://svn.apache.org/viewvc/wookie/trunk/wookie-server/src/main/java/org/apache/wookie/ajaxmodel/impl/WidgetAPIImpl.java?rev=1566368&r1=1566367&r2=1566368&view=diff
==============================================================================
--- wookie/trunk/wookie-server/src/main/java/org/apache/wookie/ajaxmodel/impl/WidgetAPIImpl.java (original)
+++ wookie/trunk/wookie-server/src/main/java/org/apache/wookie/ajaxmodel/impl/WidgetAPIImpl.java Sun Feb  9 19:33:38 2014
@@ -139,7 +139,6 @@ public class WidgetAPIImpl implements IW
    * from invoking this method in client code.
    */
   @Deprecated
-  @SuppressWarnings("static-access")
   public String setPreferenceForKey(String id_key, String key, String value) {
     HttpServletRequest request = WebContextFactory.get().getHttpServletRequest();
     Messages localizedMessages = LocaleHandler.localizeMessages(request);