131132133134135136137138139
this.enableGWT = enableGWT; } public JSPropertiesProvider getJSProperties() { if (jsPropertiesProvider == null) { jsPropertiesProvider = new JSPropertiesProvider(this); } return jsPropertiesProvider; }
39404142434445
@Before public void setUp() throws Exception { Settings settings = new Settings(); settings.setPathToConfigFileJS(PATH_TO_CONFIG_FILE); eclipseCodeFormatterFacade = new JSCodeFormatterFacade(new JSPropertiesProvider(settings)); }