Skip to content

Commit

Permalink
[#1730] Fix NPE in generated from RNC
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentschoelens committed Oct 16, 2023
1 parent 731a5f0 commit cf9e0bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public ElementAnnotationBuilder makeElementAnnotationBuilder(String ns, String l
}

public CommentListImpl makeCommentList() {
return null;
return new CommentListImpl();
}

public DPattern makeErrorPattern() {
Expand Down

0 comments on commit cf9e0bf

Please sign in to comment.