mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1924 - Refactor for Transaction profiling - base on ProfileLocation / remove profileId
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package io.ebeaninternal.server.transaction;
|
||||
|
||||
import io.ebean.ProfileLocation;
|
||||
import io.ebeaninternal.api.SpiProfileHandler;
|
||||
|
||||
/**
|
||||
@@ -13,7 +14,7 @@ public class NoopProfileHandler implements SpiProfileHandler {
|
||||
}
|
||||
|
||||
@Override
|
||||
public ProfileStream createProfileStream(int profileId) {
|
||||
public ProfileStream createProfileStream(ProfileLocation location) {
|
||||
// always return null
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user