Skip to content

Commit

Permalink
Fix (#406)
Browse files Browse the repository at this point in the history
* Fixing warning

* Fix

---------

Co-authored-by: Björn Ekryd <bjornatekryd.se>
  • Loading branch information
Ekryd authored Feb 20, 2024
1 parent a3a21a7 commit db972b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ idea-plugin/out
/maven-plugin/src/it/*/interpolated-pom.xml.bak
/maven-plugin/src/it/*/build.log
.java-version
.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PatchedXMLWriterTest {

/** Copied, with gratitude, from Dom4J */
@Test
public void writeXmlWithDocType() throws Exception {
void writeXmlWithDocType() throws Exception {
var xml =
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
+ "<!DOCTYPE xml [\n"
Expand Down

0 comments on commit db972b5

Please sign in to comment.