Replace <code> tags where possible
Closes gh-12922
This commit is contained in:
committed by
Stephane Nicoll
parent
5792042d5d
commit
a930835b92
@@ -67,8 +67,7 @@ public abstract class GenericBomAstTransformation
|
||||
|
||||
/**
|
||||
* The bom to be added to dependency management in compact form:
|
||||
* <code>"<groupId>:<artifactId>:<version>"</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();
|
||||
|
||||
Reference in New Issue
Block a user