plugins/org.symbian.tools.tmw.previewer/src/org/symbian/tools/tmw/previewer/http/WebappManager.java
changeset 483 109da596fa9d
parent 470 d4809db37847
child 484 f5df819c1852
--- a/plugins/org.symbian.tools.tmw.previewer/src/org/symbian/tools/tmw/previewer/http/WebappManager.java	Wed Sep 01 16:59:08 2010 -0700
+++ b/plugins/org.symbian.tools.tmw.previewer/src/org/symbian/tools/tmw/previewer/http/WebappManager.java	Thu Sep 02 10:50:38 2010 -0700
@@ -53,7 +53,7 @@
     public static void start(String webappName) throws Exception {
 		Dictionary d = new Hashtable();
 		
-		d.put("http.port", new Integer(getPortParameter())); //$NON-NLS-1$
+        d.put("http.port", Integer.valueOf(getPortParameter())); //$NON-NLS-1$
 
 		// set the base URL
 		d.put("other.info", "org.symbian.wst.debugger"); //$NON-NLS-1$ //$NON-NLS-2$