Minor. [platformStatic] used
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ public class TypeDeserializer {
|
||||
|
||||
if (capabilities == null) return ErrorUtils.createErrorType(new DeserializedType(proto) + ": Capabilities not found for id " + id);
|
||||
|
||||
return DelegatingFlexibleType.OBJECT$.create(
|
||||
return DelegatingFlexibleType.create(
|
||||
new DeserializedType(proto),
|
||||
new DeserializedType(proto.getFlexibleUpperBound()),
|
||||
capabilities
|
||||
|
||||
Reference in New Issue
Block a user