mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Java: Model the Stapler framework
This commit is contained in:
5
java/ql/test/stubs/jenkins/hudson/model/Descriptor.java
generated
Normal file
5
java/ql/test/stubs/jenkins/hudson/model/Descriptor.java
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
package hudson.model;
|
||||
|
||||
public abstract class Descriptor<T> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user