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 2016/11/24 20:44:34 UTC

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

Author: lofwyr
Date: Thu Nov 24 20:44:34 2016
New Revision: 1771224

URL: http://svn.apache.org/viewvc?rev=1771224&view=rev
Log:
TOBAGO-1637: Load XML Properties via standard mechanism

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=1771224&r1=1771223&r2=1771224&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 Thu Nov 24 20:44:34 2016
@@ -38,7 +38,7 @@ import java.util.Set;
 /**
  * This class works like the Java resource bundle mechanism for a named resource bundle
  * and adds the functionality of the tobago themes and also supports XML properties files.
- * This class might be used in the faces-config.xml as an alternative to the tc:loadBundle tag.
+ * This class should be extended and used in the faces-config.xml.
  *
  * @since 1.5.0
  */