mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Refactor: Clean up Type_ classes
This commit is contained in:
@@ -65,7 +65,7 @@ public class Xosrv_server implements Gfo_invk {
|
||||
}
|
||||
private String Exec_cmd(String msg_text) {
|
||||
Object rv_obj = app.Gfs_mgr().Run_str(msg_text);
|
||||
String rv = Type_adp_.Eq_typeSafe(rv_obj, String_.Cls_ref_type) ? (String)rv_obj : Object_.Xto_str_strict_or_null(rv_obj);
|
||||
String rv = Type_.Eq_by_obj(rv_obj, String_.Cls_ref_type) ? (String)rv_obj : Object_.Xto_str_strict_or_null(rv_obj);
|
||||
return rv;
|
||||
}
|
||||
public String Exec_js(byte[] sender, byte[] msg_text) {
|
||||
|
||||
Reference in New Issue
Block a user