Skip to content

Commit fd48de0

Browse files
committed
No additional wrapping of schedulers.
1 parent 0b107ef commit fd48de0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

hub/src/main/java/ch/iterate/hub/protocols/hub/HubSession.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,7 @@ public <T> T _getFeature(final Class<T> type) {
183183
return (T) new HubStorageProfileListService(this).new StorageProfileAttributesFinder();
184184
}
185185
if(type == Scheduler.class) {
186-
return (T) new DelegatingSchedulerFeature(
187-
profiles,
188-
vaults,
189-
access
190-
);
186+
return (T) scheduler;
191187
}
192188
return super._getFeature(type);
193189
}

0 commit comments

Comments
 (0)