You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@roller.apache.org by GitBox <gi...@apache.org> on 2020/10/13 22:36:31 UTC

[GitHub] [roller] snoopdave commented on a change in pull request #67: Velocity Renovations

snoopdave commented on a change in pull request #67:
URL: https://github.com/apache/roller/pull/67#discussion_r504297651



##########
File path: app/src/main/java/org/apache/roller/weblogger/ui/rendering/velocity/RollerResourceLoader.java
##########
@@ -105,7 +109,7 @@ public InputStream getResourceStream(String name) {
 			logger.error(uex);
 			throw new RuntimeException(uex);
 
-		} catch (Exception re) {
+		} catch (WebloggerException | ResourceNotFoundException re) {

Review comment:
       Nice!




----------------------------------------------------------------
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