1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Test: Do not print warnings during test

This commit is contained in:
gnosygnu
2016-11-14 10:17:32 -05:00
parent 40ee795c29
commit 419367ad9f
2 changed files with 2 additions and 1 deletions

View File

@@ -63,5 +63,5 @@ public class Console_adp__sys implements Console_adp {
catch (java.io.UnsupportedEncodingException e) {throw Err_.new_wo_type("unsupported exception");}
ps.println(s);
}
public static final Console_adp__sys Instance = new Console_adp__sys();
public static final Console_adp__sys Instance = new Console_adp__sys();
}