[Title] change public constructor with static
authoryoonki.park <yoonki.park@samsung.com>
Wed, 27 Jul 2011 11:04:14 +0000 (20:04 +0900)
committeryoonki.park <yoonki.park@samsung.com>
Wed, 27 Jul 2011 11:04:14 +0000 (20:04 +0900)
com.samsung.ide.common/src/com/samsung/ide/common/properties/InstallPathConfig.java

index e81781a..cfa5609 100644 (file)
@@ -19,7 +19,7 @@ final public class InstallPathConfig {
        private final static String SLP_REGKEY = "slpsdk-installpath";
        private final static String EMULATOR_PATH = "Emulator";
        
-       public InstallPathConfig() {
+       static {
                String sdkPath;
                
                if ( OSChecker.isLinux() == true || OSChecker.isUnix() == true || OSChecker.isMAC() == true) {