Skip to content

Commit d71fc71

Browse files
committed
fix test
1 parent 1f9f68f commit d71fc71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ebean-datasource/src/test/java/io/ebean/datasource/test/MultipoolTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ public void onBeforeCreateConnection(DataSourcePool pool) {
6262
}
6363
}
6464

65-
public void onAfterCloseConnection() {
65+
@Override
66+
public void onAfterCloseConnection(DataSourcePool pool) {
6667
semaphore.release();
6768
}
6869

0 commit comments

Comments
 (0)