Replace <code> tags where possible

Closes gh-12922
This commit is contained in:
dreis2211
2018-04-19 21:30:54 +02:00
committed by Stephane Nicoll
parent 5792042d5d
commit a930835b92
4 changed files with 8 additions and 10 deletions

View File

@@ -67,8 +67,7 @@ public abstract class GenericBomAstTransformation
/**
* The bom to be added to dependency management in compact form:
* <code>"&lt;groupId&gt;:&lt;artifactId&gt;:&lt;version&gt;"</code> (like in a
* {@code @Grab}).
* {@code "<groupId>:<artifactId>:<version>"} (like in a {@code @Grab}).
* @return the maven co-ordinates of the BOM to add
*/
protected abstract String getBomModule();