Skip to content

Commit

Permalink
1026: Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-harniuk committed Mar 18, 2022
1 parent 22ed1c2 commit 903b68d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private void onOK() {
final OverrideTemplateInThemeGenerator overrideInThemeGenerator =
new OverrideTemplateInThemeGenerator(project);

overrideInThemeGenerator.execute(psiFile, this.getTheme());
overrideInThemeGenerator.execute(psiFile, this.getTheme(), false);
exit();
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import java.util.List;
import java.util.regex.Pattern;

@SuppressWarnings("PMD.AbstractClassWithoutAbstractMethod")
public abstract class OverrideInThemeGenerator {

protected final Project project;
Expand Down

0 comments on commit 903b68d

Please sign in to comment.