Formatting fix

This commit is contained in:
Sebastian Hartte
2020-07-01 00:50:37 +02:00
parent fba157a707
commit 400fcdb633
@@ -40,7 +40,7 @@ public final class GridCacheRegistry implements IGridCacheRegistry {
@Nonnull IGridCacheFactory<T> factory) {
if (registry.stream().anyMatch(r -> r.cacheClass.equals(iface))) {
throw new IllegalArgumentException("Implementation for grid cache "+ iface + " is already registered!");
throw new IllegalArgumentException("Implementation for grid cache " + iface + " is already registered!");
}
registry.add(new GridCacheRegistration<>(iface, factory));