Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The "Tapestry5HowToReadSymbolsFromPropertiesFile" page has been changed by 
AlexKotchnev:
http://wiki.apache.org/tapestry/Tapestry5HowToReadSymbolsFromPropertiesFile?action=diff&rev1=9&rev2=10

Comment:
Removed extraneous line for retrieving property file from classpath

                if(in == null) {
                        in = 
ClassLoader.getSystemResourceAsStream(resourceName);
                }
-                 in = ClassLoader.getSystemResourceAsStream(resourceName);
                  
                  // ClassLoader.getSystemResourceAsStream() returns null if
                  // the resource cannot be found on the classpath

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to