mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Add stubs
This commit is contained in:
10
java/ql/test/stubs/apache-hive/javax/security/auth/Destroyable.java
generated
Normal file
10
java/ql/test/stubs/apache-hive/javax/security/auth/Destroyable.java
generated
Normal file
@@ -0,0 +1,10 @@
|
||||
// Generated automatically from javax.security.auth.Destroyable for testing purposes
|
||||
|
||||
package javax.security.auth;
|
||||
|
||||
|
||||
public interface Destroyable
|
||||
{
|
||||
default boolean isDestroyed(){ return false; }
|
||||
default void destroy(){}
|
||||
}
|
||||
Reference in New Issue
Block a user