Remove 'final' from method signatures across gerrit.
Change-Id: I986a5507aa26ceb28305a7b08991e85238bde0e3
This commit is contained in:
committed by
Edwin Kempin
parent
64e43c24ef
commit
b0fb0a7a96
@@ -54,7 +54,7 @@ final class ReviewDbDataSourceProvider implements Provider<DataSource>, Lifecycl
|
||||
}
|
||||
}
|
||||
|
||||
private void closeDataSource(final DataSource ds) {
|
||||
private void closeDataSource(DataSource ds) {
|
||||
try {
|
||||
Class<?> type = Class.forName("org.apache.commons.dbcp.BasicDataSource");
|
||||
if (type.isInstance(ds)) {
|
||||
|
||||
Reference in New Issue
Block a user