Skip to content

Commit

Permalink
doc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Apr 19, 2011
1 parent f0418d9 commit c362388
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Expand Up @@ -15,6 +15,10 @@
/**
* Base class for completer scripts that define convenience methods.
*
* <p>
* The completion phase runs on each dependency to complete the missing license information,
* accept one from dual-licensed libraries, etc.
*
* @author Kohsuke Kawaguchi
*/
public class CompleterDelegate {
Expand Down
6 changes: 6 additions & 0 deletions src/main/java/com/cloudbees/maven/license/FilterDelegate.java
Expand Up @@ -6,6 +6,12 @@
import java.util.Map;

/**
* Base class for filter scripts that define convenience methods.
*
* <p>
* Filter phase gets all the resolved dependencies and can add/remove some dependencies
* from the final list.
*
* @author Kohsuke Kawaguchi
*/
public class FilterDelegate {
Expand Down

0 comments on commit c362388

Please sign in to comment.