Add stubs

This commit is contained in:
Tony Torralba
2023-03-01 09:48:33 +01:00
parent db6cb1ffe3
commit 4e7dbbf5f0
557 changed files with 30438 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
// Generated automatically from com.google.protobuf.UninitializedMessageException for testing purposes
package com.google.protobuf;
import com.google.protobuf.InvalidProtocolBufferException;
import com.google.protobuf.MessageLite;
import java.util.List;
public class UninitializedMessageException extends RuntimeException
{
protected UninitializedMessageException() {}
public InvalidProtocolBufferException asInvalidProtocolBufferException(){ return null; }
public List<String> getMissingFields(){ return null; }
public UninitializedMessageException(List<String> p0){}
public UninitializedMessageException(MessageLite p0){}
}