提交 31ed7174 编写于 作者: 曾伟伟

app data update

上级 d66eece3
......@@ -121,7 +121,6 @@ public class DomainManager implements Initializable, LogEnabled {
return true;
} catch (Exception ex) {
Cat.logError(ex);
ex.printStackTrace();
}
return false;
}
......
......@@ -73,7 +73,6 @@ public class AppDataService {
}
} catch (Exception e) {
Cat.logError(e);
e.printStackTrace();
}
return null;
}
......@@ -129,7 +128,6 @@ public class AppDataService {
}
} catch (Exception e) {
Cat.logError(e);
e.printStackTrace();
}
return value;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册