mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Commented out println method in order to avoid unnecessary output in the command line
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@118813 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -103,7 +103,7 @@ public class JSONConversionComponentTest extends BaseRMTestCase
|
|||||||
public JSONObject run() throws Exception
|
public JSONObject run() throws Exception
|
||||||
{
|
{
|
||||||
String json = converter.toJSON(nodeRef, true);
|
String json = converter.toJSON(nodeRef, true);
|
||||||
System.out.println(json);
|
//System.out.println(json);
|
||||||
return new JSONObject(json);
|
return new JSONObject(json);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user