Skip to content

Commit

Permalink
Revert "Also parse files with the xmi extension as xml."
Browse files Browse the repository at this point in the history
This reverts commit 2554661.
  • Loading branch information
sambsnyd committed Jul 18, 2024
1 parent 2554661 commit 537d023
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public Stream<SourceFile> parse(@Language("xml") String... sources) {
public boolean accept(Path path) {
String p = path.toString();
return p.endsWith(".xml") ||
p.endsWith(".xmi") ||
p.endsWith(".wsdl") ||
p.endsWith(".xhtml") ||
p.endsWith(".xsd") ||
Expand Down

0 comments on commit 537d023

Please sign in to comment.