Skip to content

Commit

Permalink
Add edition to list of ignored unused xml tags (#1243)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Herrera <[email protected]>
  • Loading branch information
Pablete1234 authored Sep 19, 2023
1 parent f4bc17f commit 6fe5e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/src/main/java/tc/oc/pgm/util/xml/DocumentWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

public class DocumentWrapper extends Document {

private static final Set<String> IGNORED = Sets.newHashSet("variant", "tutorial");
private static final Set<String> IGNORED = Sets.newHashSet("variant", "tutorial", "edition");

private boolean visitingAllowed = true;

Expand Down

0 comments on commit 6fe5e7d

Please sign in to comment.