Re: svn commit: r483061 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/PropertiesSettings.java

2006-12-06 Thread Antonio Petrelli

[EMAIL PROTECTED] ha scritto:

+try {
+in.close();
+} catch(IOException io) {
+LOG.warn(Unable to close input stream);
+}
  


Just a suggestion, put the exception in the LOG.warn instruction.

Ciao
Antonio

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r483061 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/PropertiesSettings.java

2006-12-06 Thread David H. DeWolf

Done.

Thanks

Antonio Petrelli wrote:

[EMAIL PROTECTED] ha scritto:

+try {
+in.close();
+} catch(IOException io) {
+LOG.warn(Unable to close input stream);
+}
  


Just a suggestion, put the exception in the LOG.warn instruction.

Ciao
Antonio

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]