Cleanup RC deprecations in compiler and plugin.
This commit is contained in:
@@ -63,7 +63,7 @@ class GenerateProtoBufCompare {
|
||||
private val extensionsMap = DebugJvmProtoBuf.getDescriptor().extensions.groupBy { it.containingType }
|
||||
|
||||
private val allMessages: MutableSet<Descriptors.Descriptor> = linkedSetOf()
|
||||
private val messagesToProcess: Queue<Descriptors.Descriptor> = linkedListOf()
|
||||
private val messagesToProcess: Queue<Descriptors.Descriptor> = LinkedList()
|
||||
private val repeatedFields: MutableSet<Descriptors.FieldDescriptor> = linkedSetOf()
|
||||
|
||||
fun generate(): String {
|
||||
|
||||
Reference in New Issue
Block a user