File tree Expand file tree Collapse file tree
mrm-api/src/main/java/org/codehaus/mojo/mrm/api/maven Expand file tree Collapse file tree Original file line number Diff line number Diff 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<String> (Arrays.asList("commons-io","org")), getGroupIds("")); // Query root level
46- * assertEquals(new HashSet<String> (Arrays.asList("org.codehaus", "org.apache")), getGroupIds("org")); // query with a prefix
47- * assertEquals(new HashSet<String> (Arrays.asList("org.codehaus.mojo")), getGroupIds("org.codehaus"));
45+ * assertEquals(new HashSet<String> (Arrays.asList("commons-io","org")), getGroupIds("")); // Query root level
46+ * assertEquals(new HashSet<String> (Arrays.asList("org.codehaus", "org.apache")), getGroupIds("org")); // query with a prefix
47+ * assertEquals(new HashSet<String> (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
You can’t perform that action at this time.
0 commit comments