[spring-extensions] branch master updated: CheckStyle

Rod Widdowson rdw at steadingsoftware.com
Fri Sep 2 05:27:03 EDT 2016


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=5157d1414d150aa205a0feadc23a1bcdc5af5e03

The following commit(s) were added to refs/heads/master by this push:
       new  5157d14   CheckStyle
5157d14 is described below

commit 5157d1414d150aa205a0feadc23a1bcdc5af5e03
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Sep 2 10:26:48 2016 +0100

    CheckStyle
---
 .../java/net/shibboleth/ext/spring/error/ErrorRaisingController.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/net/shibboleth/ext/spring/error/ErrorRaisingController.java b/src/main/java/net/shibboleth/ext/spring/error/ErrorRaisingController.java
index f5d3c2b..54659c2 100644
--- a/src/main/java/net/shibboleth/ext/spring/error/ErrorRaisingController.java
+++ b/src/main/java/net/shibboleth/ext/spring/error/ErrorRaisingController.java
@@ -40,6 +40,7 @@ public class ErrorRaisingController {
      * @throws Throwable 
      */
     @RequestMapping
+    // Checkstyle: IllegalThrows OFF
     public void raiseError(@Nonnull final HttpServletRequest httpRequest) throws Throwable {
         
         final Object uri = httpRequest.getAttribute("javax.servlet.error.request_uri");
@@ -58,5 +59,6 @@ public class ErrorRaisingController {
             throw e;
         }
     }
+    // Checkstyle: IllegalThrows ON
     
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list