Skip to content

Commit 4e11e41

Browse files
authored
Fix javadoc (#690)
1 parent 8ae1132 commit 4e11e41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-info-extractor-go/src/main/java/org/jfrog/build/extractor/go/GoDriver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void modTidy(boolean verbose, boolean ignoreErrors) throws IOException {
114114
*
115115
* @param verbose - True if should print the results to the log
116116
* @param ignoreErrors - True if errors should be ignored
117-
* @param dontBuildVcs - Skip VCS stamping - can be used only on Go >= 1.18
117+
* @param dontBuildVcs - Skip VCS stamping - can be used only on Go later than 1.18
118118
* @throws IOException - in case of any I/O error.
119119
*/
120120
public CommandResults getUsedModules(boolean verbose, boolean ignoreErrors, boolean dontBuildVcs) throws IOException {

build-info-extractor-go/src/main/java/org/jfrog/build/extractor/go/extractor/GoDependencyTree.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class GoDependencyTree {
2222
* @param goDriver - Go driver
2323
* @param logger - The logger
2424
* @param verbose - verbose logging
25-
* @param dontBuildVcs - Skip VCS stamping - can be used only on Go >= 1.18
25+
* @param dontBuildVcs - Skip VCS stamping - can be used only on Go later than 1.18
2626
* @return Go dependency tree
2727
* @throws IOException in case of any I/O error.
2828
*/

0 commit comments

Comments
 (0)