X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/codemanipulation/CodeGenerationSettings.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/codemanipulation/CodeGenerationSettings.java index 2e8bf98..62883f6 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/codemanipulation/CodeGenerationSettings.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/codemanipulation/CodeGenerationSettings.java @@ -26,7 +26,7 @@ public class CodeGenerationSettings { */ public boolean createNonJavadocComments= true; - public String[] importOrder= new String[0]; +// public String[] importOrder= new String[0]; public int importThreshold= 99; public int tabWidth; @@ -34,7 +34,7 @@ public class CodeGenerationSettings { public void setSettings(CodeGenerationSettings settings) { settings.createComments= createComments; settings.useKeywordThis= useKeywordThis; - settings.importOrder= importOrder; +// settings.importOrder= importOrder; settings.importThreshold= importThreshold; settings.tabWidth= tabWidth; }