Author: markt
Date: Wed Nov 7 21:29:51 2012
New Revision: 1406819
URL: http://svn.apache.org/viewvc?rev=1406819&view=rev
Log:
Really fix the Findbugs issue this time
Modified:
tomcat/trunk/test/org/apache/jasper/tagplugins/jstl/core/AbstractTestTag.java
Modified:
tomcat/trunk/test/org/apache/jasper/tagplugins/jstl/core/AbstractTestTag.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/jasper/tagplugins/jstl/core/AbstractTestTag.java?rev=1406819&r1=1406818&r2=1406819&view=diff
==============================================================================
---
tomcat/trunk/test/org/apache/jasper/tagplugins/jstl/core/AbstractTestTag.java
(original)
+++
tomcat/trunk/test/org/apache/jasper/tagplugins/jstl/core/AbstractTestTag.java
Wed Nov 7 21:29:51 2012
@@ -28,8 +28,9 @@ import org.apache.catalina.webresources.
public abstract class AbstractTestTag extends TomcatBaseTest {
+ @Override
@Before
- public void setup() throws Exception {
+ public void setUp() throws Exception {
super.setUp();
Tomcat tomcat = getTomcatInstance();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]