You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/10/08 10:06:55 UTC

svn commit: r1843124 - /tomcat/trunk/java/javax/el/StaticFieldELResolver.java

Author: markt
Date: Mon Oct  8 10:06:55 2018
New Revision: 1843124

URL: http://svn.apache.org/viewvc?rev=1843124&view=rev
Log:
Trivial commit to test CI

Modified:
    tomcat/trunk/java/javax/el/StaticFieldELResolver.java

Modified: tomcat/trunk/java/javax/el/StaticFieldELResolver.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/el/StaticFieldELResolver.java?rev=1843124&r1=1843123&r2=1843124&view=diff
==============================================================================
--- tomcat/trunk/java/javax/el/StaticFieldELResolver.java (original)
+++ tomcat/trunk/java/javax/el/StaticFieldELResolver.java Mon Oct  8 10:06:55 2018
@@ -47,8 +47,8 @@ public class StaticFieldELResolver exten
                         Modifier.isPublic(modifiers)) {
                     return field.get(null);
                 }
-            } catch (IllegalArgumentException | IllegalAccessException
-                    | NoSuchFieldException | SecurityException e) {
+            } catch (IllegalArgumentException | IllegalAccessException |
+                    NoSuchFieldException | SecurityException e) {
                 exception = e;
             }
             String msg = Util.message(context, "staticFieldELResolver.notFound",



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org