Skip to content

Commit

Permalink
- nudge in a Nonnull
Browse files Browse the repository at this point in the history
  • Loading branch information
JAmes Atwill committed Aug 14, 2014
1 parent c9cbfed commit 61ca3b4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import java.util.Map;
import java.util.Set;

import javax.annotation.Nonnull;

import org.apache.commons.lang3.StringUtils;
import org.apache.maven.artifact.repository.ArtifactRepository;
import org.apache.maven.model.License;
Expand Down Expand Up @@ -182,6 +184,7 @@ public abstract class AbstractLicensingMojo extends AbstractMojo implements Mave
*
* @return Does not return null, will return an empty set.
*/
@Nonnull
protected Collection<MavenProject> getProjectDependencies(MavenProject aProject) {

getLog().debug("Getting dependencies for project: " + aProject.getId());
Expand Down

0 comments on commit 61ca3b4

Please sign in to comment.