Skip to content

Commit

Permalink
skip comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 4, 2023
1 parent 96f7855 commit 0b4f842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private void setupHeader() {

private void setupExtendClass() {
String line = searchLine(" implements ", false, false);
if(line != null) {
if(line != null && !line.startsWith("//")) {
String[] split = line.split("implements");
extendClass = split[1].trim().replace(";", "");
}
Expand Down

0 comments on commit 0b4f842

Please sign in to comment.