Skip to content

Commit e75e683

Browse files
committed
Mark a fragment as XML
1 parent a613084 commit e75e683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-03-17-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ If you use Maven, your `pom.xml` must contains above lines:
153153
The Controller module may depend on the `-parameters` flag of the Java 8 javac compiler. This flag embeds the names of method parameters in the generated .class files.
154154

155155
By default Java 8 does not compile with this flag set so you must specify javac compiler arguments for Maven and your IDE.
156-
```
156+
```xml
157157
<build>
158158
<plugins>
159159
<plugin>

0 commit comments

Comments
 (0)