mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Java: automodel application mode: generate models for overridden method candidates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import hudson.Plugin;
|
||||
|
||||
public class PluginImpl implements Plugin {
|
||||
public class PluginImpl extends Plugin {
|
||||
@Override
|
||||
public void configure(String name, String value) {
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user