You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2012/04/25 20:30:01 UTC

svn commit: r1330472 - /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/context/TobagoBundle.java

Author: lofwyr
Date: Wed Apr 25 18:30:01 2012
New Revision: 1330472

URL: http://svn.apache.org/viewvc?rev=1330472&view=rev
Log:
remove warning

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/context/TobagoBundle.java

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/context/TobagoBundle.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/context/TobagoBundle.java?rev=1330472&r1=1330471&r2=1330472&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/context/TobagoBundle.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/context/TobagoBundle.java Wed Apr 25 18:30:01 2012
@@ -51,7 +51,7 @@ public class TobagoBundle extends Resour
   }
 
   public Enumeration<String> getKeys() {
-    return Collections.enumeration(Collections.EMPTY_LIST);
+    return Collections.enumeration(Collections.<String>emptyList());
   }
 
   public String getBundleName() {