Commit 0ce58e25 authored by smestry's avatar smestry

W15FSUN008, Updated the commonWmsUtil.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98815 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 06e1eae7
...@@ -452,7 +452,7 @@ public class CommonWmsUtil { ...@@ -452,7 +452,7 @@ public class CommonWmsUtil {
if(conn != null){conn.close();conn = null;} if(conn != null){conn.close();conn = null;}
} }
} }
private static String checkNullAndTrim(String input) public static String checkNullAndTrim(String input)
{ {
if (input==null) if (input==null)
{ {
......
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