Skip to content

Commit 028d6b8

Browse files
committed
...
1 parent 276b2ff commit 028d6b8

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

protobuf/src/main/java/tools/jackson/dataformat/protobuf/schema/TypeResolver.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,12 @@ protected TypeResolver(TypeResolver p, String name,
6363
_resolvedMessageTypes = Collections.emptyMap();
6464
}
6565

66-
/**
67-
* Main entry method for public API, for resolving specific root-level type and other
68-
* types it depends on.
69-
*
70-
* @deprecated Since 3.2
71-
*/
72-
@Deprecated
73-
public static ProtobufMessage resolve(Collection<TypeElement> nativeTypes, MessageElement rawType) {
74-
return resolve(nativeTypes, rawType, false);
75-
}
76-
7766
/**
7867
* @since 3.1.5 [dataformats-binary#134]
7968
*/
8069
public static ProtobufMessage resolve(Collection<TypeElement> nativeTypes, MessageElement rawType,
81-
boolean isProto3) {
70+
boolean isProto3)
71+
{
8272
final TypeResolver rootR = construct(null, null, nativeTypes, isProto3);
8373
// Important: parent context for "root types", but child context for nested; further,
8474
// resolution happens in "child" context to allow proper referencing

0 commit comments

Comments
 (0)