Commit 982b92fe authored by dkasliwal's avatar dkasliwal

exception print on console


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104938 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3f136418
...@@ -85,7 +85,7 @@ public class E12DashBoardPage extends Composite ...@@ -85,7 +85,7 @@ public class E12DashBoardPage extends Composite
callback.onSuccess(jsonObjMetaData); callback.onSuccess(jsonObjMetaData);
} else } else
{ {
Window.alert("Responce is null,case of metadata reading"); CommonUtils.printOnConsole("Responce is null,case of metadata reading");
} }
} }
......
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