Skip to content

Commit

Permalink
per xsd, web fragment's name should be a valid java identifier. (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
elmar-chen authored and zonghaishang committed Sep 14, 2018
1 parent 737f7a7 commit 18e839d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd">

<name>dubbo-fragment</name>
<name>dubbo_fragment</name>

<ordering>
<before>
Expand Down

0 comments on commit 18e839d

Please sign in to comment.