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
@ -52,5 +52,10 @@ public final class FactoryPriority {
|
|||||||
* <p> 优先级数值: 0
|
* <p> 优先级数值: 0
|
||||||
*/
|
*/
|
||||||
public final static int PRIORITY_LOWEST = 0;
|
public final static int PRIORITY_LOWEST = 0;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 该类不允许实例化.
|
||||||
|
*/
|
||||||
|
private FactoryPriority() {}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user