#1924 - Refactor for Transaction profiling - base on ProfileLocation / remove profileId

This commit is contained in:
rob bygrave
2020-02-01 11:31:43 +13:00
parent 840cb2ee7b
commit 9eab67d82e
31 changed files with 144 additions and 214 deletions
@@ -120,11 +120,6 @@ class DefaultFetchGroupQuery<T> implements SpiFetchGroupQuery<T> {
return this;
}
@Override
public Query<T> setProfileId(int profileId) {
return this;
}
@Override
public Query<T> setProfileLocation(ProfileLocation profileLocation) {
return this;