Skip to content

Commit

Permalink
doc: enhance javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Jul 1, 2024
1 parent 15e4644 commit cc0bb59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public interface ChangeProperty {
/**
* Change a property based on the {@link Property} instance into the target POM xml
*
* @param log it's the logger
* @param pom it's the target POM xml
* @param property it's a {@link Property} instance
*/
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/br/org/soujava/pomeditor/api/Dependency.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public static DependencyBuilder builder() {

/**
* Returns a {@link DependencyBuilder} based on a GAV - groupId:artifactId:version - parameter
*
* @param gav a GAV - groupId:artifactId:version - parameter
* @return a {@link DependencyBuilder}
*/
public static DependencyBuilder ofGav(String gav) {
Expand Down

0 comments on commit cc0bb59

Please sign in to comment.