optimized map ionization to avoid extra marks

This commit is contained in:
Ondřej Hruška
2014-04-20 04:46:55 +02:00
parent 8872fd3f5f
commit f8f49b81ff
18 changed files with 125 additions and 123 deletions
+2
View File
@@ -337,6 +337,8 @@ public class Log {
public static String str(Object o)
{
if (o == null) return "<null>";
boolean hasToString = false;
try {