Code review: remove outcommented @Override annotation

This commit is contained in:
Hans Joachim Desserud
2015-09-13 19:05:53 +02:00
parent 362b651823
commit 665f204c1f

View File

@@ -115,7 +115,6 @@ class DriverShim implements Driver {
* @throws SQLFeatureNotSupportedException thrown if the feature is not supported
* @see java.sql.Driver#getParentLogger()
*/
//@Override
@Override
public java.util.logging.Logger getParentLogger() throws SQLFeatureNotSupportedException {
//return driver.getParentLogger();