Replace DocumentViewerServiceUtility.java

parent 60a7d13e
......@@ -76,7 +76,7 @@ public class DocumentViewerServiceUtility extends RestAPIServiceUtility {
{
BaseLogger.log("3", null, null, "Inside the if ,docId not found :");
jsonObject.put("error", "Documemt not found , Against the DocId");
jsonObject.put("error", " No Documemt found against Object: " + objName + "and Ref ID: " + refId);
return jsonObject;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment