Projects
Mega:24.09
springframework
_service:tar_scm:springframework-3.2.6-java.io....
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:springframework-3.2.6-java.io.IOException-is-never-thrown.patch of Package springframework
From 991d188f7066f82c135555d2ec488d0267aa2d12 Mon Sep 17 00:00:00 2001 From: Michal Srb <msrb@redhat.com> Date: Wed, 15 Jan 2014 15:09:21 +0100 Subject: [PATCH] Fix exception java.io.IOException is never thrown error --- .../java/org/springframework/ui/velocity/VelocityEngineFactory.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-context-support/src/main/java/org/springframework/ui/velocity/VelocityEngineFactory.java b/spring-context-support/src/main/java/org/springframework/ui/velocity/VelocityEngineFactory.java index 2e81188..bd57496 100644 --- a/spring-context-support/src/main/java/org/springframework/ui/velocity/VelocityEngineFactory.java +++ b/spring-context-support/src/main/java/org/springframework/ui/velocity/VelocityEngineFactory.java @@ -250,9 +250,9 @@ public class VelocityEngineFactory { // Perform actual initialization. velocityEngine.init(); } - catch (IOException ex) { - throw ex; - } + //catch (IOException ex) { + // throw ex; + //} catch (VelocityException ex) { throw ex; } -- 1.8.3.1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2