File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/main/java/br/org/soujava/pomeditor/api Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ public interface ChangeProperty {
32
32
/**
33
33
* Change a property based on the {@link Property} instance into the target POM xml
34
34
*
35
+ * @param log it's the logger
35
36
* @param pom it's the target POM xml
36
37
* @param property it's a {@link Property} instance
37
38
*/
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ public static DependencyBuilder builder() {
36
36
37
37
/**
38
38
* Returns a {@link DependencyBuilder} based on a GAV - groupId:artifactId:version - parameter
39
+ *
40
+ * @param gav a GAV - groupId:artifactId:version - parameter
39
41
* @return a {@link DependencyBuilder}
40
42
*/
41
43
public static DependencyBuilder ofGav (String gav ) {
You can’t perform that action at this time.
0 commit comments