update get method name
This commit is contained in:
parent
d83284d650
commit
725781fc7a
|
@ -132,7 +132,7 @@ public class ApiConfig {
|
|||
return sourceCodePaths;
|
||||
}
|
||||
|
||||
public void setSourcePaths(SourceCodePath... sourcePaths) {
|
||||
public void setSourceCodePaths(SourceCodePath... sourcePaths) {
|
||||
this.sourceCodePaths = CollectionUtil.asList(sourcePaths);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue