Author: markt
Date: Wed May 27 10:05:52 2015
New Revision: 1681947

URL: http://svn.apache.org/r1681947
Log:
Eclipse says this is no longer required

Modified:
    tomcat/tc7.0.x/trunk/test/javax/el/TestBeanELResolver.java

Modified: tomcat/tc7.0.x/trunk/test/javax/el/TestBeanELResolver.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/javax/el/TestBeanELResolver.java?rev=1681947&r1=1681946&r2=1681947&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/test/javax/el/TestBeanELResolver.java (original)
+++ tomcat/tc7.0.x/trunk/test/javax/el/TestBeanELResolver.java Wed May 27 
10:05:52 2015
@@ -59,7 +59,6 @@ public class TestBeanELResolver {
         Assert.assertTrue("Wrong exception type",
                 e instanceof PropertyNotFoundException);
         String type = Bean.class.getName();
-        @SuppressWarnings("null") // Assert above prevents msg being null
         String msg = e.getMessage();
         Assert.assertTrue("No reference to type [" + type +
                 "] where property cannot be found in [" + msg + "]",



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to