Skip to content

Commit 6e9bae9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ void alreadyMigrated() {
172172
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
173173
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
174174
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
175-
https://jakarta.ee/xml/ns/jakartaee/web-app_5_3.xsd"
175+
https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd"
176176
version="5.0">
177177
<display-name>Unit testing</display-name>
178178
</web-fragment>

0 commit comments

Comments
 (0)