Skip to content

Commit b7ffa9b

Browse files
committed
Improve javadoc of POM.getPOM
1 parent 636e5f4 commit b7ffa9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/scijava/util/POM.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ public String getVersion() {
222222
* @param c The class to use as a base when searching for a pom.xml.
223223
* @param groupId The Maven groupId of the desired POM.
224224
* @param artifactId The Maven artifactId of the desired POM.
225+
* @return {@link POM} object representing the discovered POM, or null if no
226+
* POM could be found.
225227
*/
226228
public static POM getPOM(final Class<?> c, final String groupId,
227229
final String artifactId)

0 commit comments

Comments
 (0)