Option: Remove white space in launch config file.(proxy option)
authorminkee.lee <minkee.lee@samsung.com>
Wed, 27 May 2015 08:21:14 +0000 (17:21 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 29 May 2015 02:04:21 +0000 (11:04 +0900)
Change-Id: I3b9ddd8a00bea8ecee204615b9cff657d9a292c6
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
src/org/tizen/emulator/manager/vms/option/NetProxyOption.java

index bbb2ec7..d22263c 100644 (file)
@@ -47,7 +47,7 @@ import org.tizen.emulator.manager.vms.helper.VMWorkerException;
 public class NetProxyOption extends Option {
 
        public static String hostProxy = "";
-       public static final String PROXY_COMMENT = "# network_proxy : use host's proxy configuration \n"
+       public static final String PROXY_COMMENT = "# network_proxy : use host's proxy configuration\n"
                        + "# (only if VM's proxy option is set as using host proxy)";
        static {
                try {