optimized map ionization to avoid extra marks
This commit is contained in:
@@ -337,6 +337,8 @@ public class Log {
|
||||
public static String str(Object o)
|
||||
{
|
||||
|
||||
if (o == null) return "<null>";
|
||||
|
||||
boolean hasToString = false;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user