mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix doc
This commit is contained in:
parent
5799e018c1
commit
1ac0a904c0
@ -295,6 +295,7 @@ public class ClassScanner implements Serializable {
|
||||
|
||||
/**
|
||||
* 忽略加载错误扫描后,可以获得之前扫描时加载错误的类名字集合
|
||||
* @return 加载错误的类名字集合
|
||||
*/
|
||||
public Set<String> getClassesOfLoadError() {
|
||||
return Collections.unmodifiableSet(this.classesOfLoadError);
|
||||
|
Loading…
Reference in New Issue
Block a user