mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Add stubs
This commit is contained in:
16
java/ql/test/stubs/apache-hive/com/google/protobuf/UninitializedMessageException.java
generated
Normal file
16
java/ql/test/stubs/apache-hive/com/google/protobuf/UninitializedMessageException.java
generated
Normal 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){}
|
||||
}
|
||||
Reference in New Issue
Block a user