mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 22:27:33 +00:00
[Change] Core 为 DefaultFrameworkDescriptor 添加 @SuppressWarnings 注解以忽略不必要的警告信息;
[Change] DefaultFrameworkDescriptor 添加 @SuppressWarnings 注解以忽略不必要的警告信息;
This commit is contained in:
parent
ce31b92b25
commit
f01d1ac8fd
@ -27,6 +27,7 @@ import java.util.List;
|
||||
* 默认框架描述对象.
|
||||
* @author LamGC
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
class DefaultFrameworkDescriptor implements FrameworkDescriptor {
|
||||
|
||||
private String id;
|
||||
|
Loading…
Reference in New Issue
Block a user