Commit e5784efa authored by spawar's avatar spawar

Added Changes for integrate size label


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99821 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 573e96f4
...@@ -1177,8 +1177,10 @@ public class CommonWmsUtil { ...@@ -1177,8 +1177,10 @@ public class CommonWmsUtil {
System.out.println("Attribute Code Params["+objAttrib.getAttrName()+"]"); System.out.println("Attribute Code Params["+objAttrib.getAttrName()+"]");
System.out.println("Attribute Value Params["+objAttrib.getAttrValue()+"]"); System.out.println("Attribute Value Params["+objAttrib.getAttrValue()+"]");
System.out.println("Attribute Label Params["+objAttrib.getAttrValue()+"]");
System.out.println("url["+url+"]"); System.out.println("url["+url+"]");
System.out.println("urlParameters["+urlParameters+"]");
URL obj = new URL(url); URL obj = new URL(url);
HttpURLConnection con = (HttpURLConnection) obj.openConnection(); HttpURLConnection con = (HttpURLConnection) obj.openConnection();
......
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