Skip to content

Commit 83f3d37

Browse files
committed
Fixed the whiteline removal for the schemaLocations when already properly migrated
1 parent 17867a8 commit 83f3d37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/openrewrite/java/migrate/jakarta/JavaxWebXmlToJakartaWebXmlTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ void alreadyMigrated() {
171171
<?xml version="1.0" encoding="UTF-8"?>
172172
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
173173
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
174-
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_3.xsd"
174+
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
175+
https://jakarta.ee/xml/ns/jakartaee/web-app_5_3.xsd"
175176
version="5.0">
176177
<display-name>Unit testing</display-name>
177178
</web-fragment>

0 commit comments

Comments
 (0)