Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/site/xdoc/getting-started.xml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
file and its dependencies in the classpath.
</p>
<p>
If you are using Maven just add the following dependency to your pom.xml:
If you are using Maven just add the following dependency to your <code>pom.xml<code>:
</p>
<source><![CDATA[
<dependency>
Expand Down Expand Up @@ -92,7 +92,7 @@ public interface UserMapper {
]]></source>

<p>
You can inject it into a CDI bean just as any other dependency using @Inject. :
You can inject it into a CDI bean just as any other dependency using <code>@Inject</code> :
</p>

<source><![CDATA[
Expand Down