mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
Java: automodel application mode: test case for overridden method candidate
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import hudson.Plugin;
|
||||
|
||||
public class PluginImpl implements Plugin {
|
||||
@Override
|
||||
public void configure(String name, String value) {
|
||||
// ...
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user