You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by GitBox <gi...@apache.org> on 2021/03/13 11:03:31 UTC

[GitHub] [jspwiki] arturobernalg commented on a change in pull request #47: JSPWIKI-1148 - Avoid File Stream

arturobernalg commented on a change in pull request #47:
URL: https://github.com/apache/jspwiki/pull/47#discussion_r593736743



##########
File path: jspwiki-util/src/main/java/org/apache/wiki/util/PropertyReader.java
##########
@@ -141,15 +142,15 @@ public static Properties loadWebAppProps( final ServletContext context ) {
      * @return inputstream holding the properties file
      * @throws FileNotFoundException properties file not found
      */
-	static InputStream loadCustomPropertiesFile( final ServletContext context, final String propertyFile ) throws FileNotFoundException {
+	static InputStream loadCustomPropertiesFile( final ServletContext context, final String propertyFile ) throws IOException {

Review comment:
       @juanpablo-santos
   Be Careful here. Signature changed. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org