Skip to content

Commit

Permalink
Update ConventionalTagsClassGen.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jab125 committed Apr 22, 2024
1 parent 7d5c72f commit 1a29af4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ public class ConventionalTagsClassGen {

public static void generate() {
try {
//generateTagList();
generateStubClass();
} catch (IOException e) {
} catch (Exception e) {
throw new RuntimeException(e);
}
System.out.println("Generated Classes");
Expand Down

0 comments on commit 1a29af4

Please sign in to comment.