[Change] Core 为 DefaultFrameworkDescriptor 添加 @SuppressWarnings 注解以忽略不必要的警告信息;

[Change] DefaultFrameworkDescriptor 添加 @SuppressWarnings 注解以忽略不必要的警告信息;
This commit is contained in:
LamGC 2020-11-07 16:24:44 +08:00
parent ce31b92b25
commit f01d1ac8fd
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -27,6 +27,7 @@ import java.util.List;
* 默认框架描述对象.
* @author LamGC
*/
@SuppressWarnings("unused")
class DefaultFrameworkDescriptor implements FrameworkDescriptor {
private String id;