update get method name

This commit is contained in:
oppofind 2019-09-23 16:52:00 +08:00
parent d83284d650
commit 725781fc7a
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class ApiConfig {
return sourceCodePaths;
}
public void setSourcePaths(SourceCodePath... sourcePaths) {
public void setSourceCodePaths(SourceCodePath... sourcePaths) {
this.sourceCodePaths = CollectionUtil.asList(sourcePaths);
}