mirror of
https://github.com/KOHGYLW/kiftd-source.git
synced 2025-01-08 12:07:47 +08:00
重设兼容性设置
This commit is contained in:
parent
1082b8ddec
commit
eed691436a
@ -560,7 +560,6 @@ public class ConfigureReader {
|
||||
* @author 青阳龙野(kohgylw)
|
||||
* @return int 验证结果代码
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
private int testServerPropertiesAndEffect() {
|
||||
Printer.instance.print("正在检查服务器配置...");
|
||||
final String pMustLogin = this.serverp.getProperty("mustLogin");
|
||||
|
@ -46,7 +46,6 @@ public class FileNodeUtil {
|
||||
*
|
||||
* @author 青阳龙野(kohgylw)
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public static void initNodeTableToDataBase() {
|
||||
Printer.instance.print("初始化文件节点...");
|
||||
try {
|
||||
|
@ -509,7 +509,6 @@ public class LogUtil {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@Override
|
||||
protected void finalize() throws Throwable {
|
||||
super.finalize();
|
||||
|
@ -534,7 +534,6 @@ public class FSViewer extends KiftdDynamicWindow {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@Override
|
||||
protected void finalize() throws Throwable {
|
||||
super.finalize();
|
||||
|
@ -1,5 +1,5 @@
|
||||
#Generated by Maven Integration for Eclipse
|
||||
#Tue Jul 12 08:52:03 CST 2022
|
||||
#Tue Jul 12 09:05:45 CST 2022
|
||||
m2e.projectLocation=/Users/kohgylw/Programs/java_workspace/kiftd-source
|
||||
m2e.projectName=kiftd-source
|
||||
groupId=kohgylw
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user