File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed
jps-plugin/src/main/java/org/jetbrains/jps/haxe/model Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -206,14 +206,4 @@ public void setBuildConfig(int buildConfig) {
206206 mySettingsBase .setBuildConfig (buildConfig );
207207 }
208208
209- @ NotNull
210- @ Override
211- public JpsHaxeModuleSettingsImpl createCopy () {
212- return new JpsHaxeModuleSettingsImpl (mySettingsBase );
213- }
214-
215- @ Override
216- public void applyChanges (@ NotNull JpsHaxeModuleSettingsImpl modified ) {
217- mySettingsBase = modified .mySettingsBase ;
218- }
219209}
Original file line number Diff line number Diff line change @@ -67,17 +67,6 @@ public void setHaxelibPath(String haxelibPath) {
6767 myAdditionalData .setHaxelibPath (haxelibPath );
6868 }
6969
70- @ NotNull
71- @ Override
72- public JpsHaxeSdkAdditionalDataImpl createCopy () {
73- return new JpsHaxeSdkAdditionalDataImpl (myAdditionalData );
74- }
75-
76- @ Override
77- public void applyChanges (@ NotNull JpsHaxeSdkAdditionalDataImpl modified ) {
78- myAdditionalData = modified .myAdditionalData ;
79- }
80-
8170 @ Override
8271 public boolean getUseCompilerCompletionFlag () {
8372 return myAdditionalData .getUseCompilerCompletionFlag ();
You can’t perform that action at this time.
0 commit comments