Update DocumentViewerServiceUtility.java

parent d2653030
......@@ -59,7 +59,7 @@ public class DocumentViewerServiceUtility extends RestAPIServiceUtility {
byte[] byteArray = null;
try {
responseData = new String(documentHandlerServiceUtility.documentGetData(objName, refId, refCol, dataFormat, tokenIDfromHeader));
responseData = new String(documentHandlerServiceUtility.getDocumentData(objName, refId, refCol, dataFormat, tokenIDfromHeader));
BaseLogger.log("3", null, null, "responseData ==> " + responseData);
List<String> docIds = new ArrayList<>();
......
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