Skip to content

Commit 13817f4

Browse files
committed
javadoc fixes
Signed-off-by: Olivier Lamy <[email protected]>
1 parent e176401 commit 13817f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mrm-api/src/main/java/org/codehaus/mojo/mrm/api/maven/ArtifactStore.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ public interface ArtifactStore
4242
* </p>
4343
* If there are known to be groupIds: org.codehaus.mojo, org.apache.maven and commons-io then
4444
* <pre>
45-
* assertEquals(new HashSet&lt;String>(Arrays.asList("commons-io","org")), getGroupIds("")); // Query root level
46-
* assertEquals(new HashSet&lt;String>(Arrays.asList("org.codehaus", "org.apache")), getGroupIds("org")); // query with a prefix
47-
* assertEquals(new HashSet&lt;String>(Arrays.asList("org.codehaus.mojo")), getGroupIds("org.codehaus"));
45+
* assertEquals(new HashSet&lt;String&gt;(Arrays.asList("commons-io","org")), getGroupIds("")); // Query root level
46+
* assertEquals(new HashSet&lt;String&gt;(Arrays.asList("org.codehaus", "org.apache")), getGroupIds("org")); // query with a prefix
47+
* assertEquals(new HashSet&lt;String&gt;(Arrays.asList("org.codehaus.mojo")), getGroupIds("org.codehaus"));
4848
* </pre>
4949
* <p>
5050
* Note that while the existence of groupId <code>org.codehaus.mojo</code> implies that there must be groupIds

0 commit comments

Comments
 (0)