mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-21 06:28:44 +00:00
i guess methods starting with underscores are not allowed
This commit is contained in:
@ -279,7 +279,7 @@ public class JsonUtils
|
||||
*******************************************************************************/
|
||||
public static Object sortJSON(Object o) throws Exception
|
||||
{
|
||||
return (_sortJSON(o, 0));
|
||||
return (sortJSON(o, 0));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user