Delete unused method in ConfigurationClassParser
This commit is contained in:
parent
4bd0ad5d2e
commit
678b6edad2
|
|
@ -865,10 +865,6 @@ class ConfigurationClassParser {
|
|||
this.group = group;
|
||||
}
|
||||
|
||||
public Group getGroup() {
|
||||
return this.group;
|
||||
}
|
||||
|
||||
public void add(DeferredImportSelectorHolder deferredImport) {
|
||||
this.deferredImports.add(deferredImport);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue