mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-21 22:48: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
|
public static Object sortJSON(Object o) throws Exception
|
||||||
{
|
{
|
||||||
return (_sortJSON(o, 0));
|
return (sortJSON(o, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user