remove override so it builds on 1.6 as well as 1.7 java

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1490395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2013-06-06 19:00:41 +00:00
parent 539a5f162e
commit ddbe83ac19
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ public class JDBCIOExceptionHandlerTest extends TestCase {
}
}
@Override
public java.util.logging.Logger getParentLogger() throws SQLFeatureNotSupportedException {
return null;
}