mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 17:41:28 +01:00
Code review: remove outcommented @Override annotation
This commit is contained in:
@@ -115,7 +115,6 @@ class DriverShim implements Driver {
|
|||||||
* @throws SQLFeatureNotSupportedException thrown if the feature is not supported
|
* @throws SQLFeatureNotSupportedException thrown if the feature is not supported
|
||||||
* @see java.sql.Driver#getParentLogger()
|
* @see java.sql.Driver#getParentLogger()
|
||||||
*/
|
*/
|
||||||
//@Override
|
|
||||||
@Override
|
@Override
|
||||||
public java.util.logging.Logger getParentLogger() throws SQLFeatureNotSupportedException {
|
public java.util.logging.Logger getParentLogger() throws SQLFeatureNotSupportedException {
|
||||||
//return driver.getParentLogger();
|
//return driver.getParentLogger();
|
||||||
|
|||||||
Reference in New Issue
Block a user