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