mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 22:27:33 +00:00
[Fix] CacheStore-API 修复 FactoryPriority 可以被实例化的问题;
[Fix] FactoryPriority 添加私有构造方法以阻止实例化;
This commit is contained in:
parent
1cf4c9e47b
commit
f57871f020
@ -53,4 +53,9 @@ public final class FactoryPriority {
|
||||
*/
|
||||
public final static int PRIORITY_LOWEST = 0;
|
||||
|
||||
/**
|
||||
* 该类不允许实例化.
|
||||
*/
|
||||
private FactoryPriority() {}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user