This repository was archived by the owner on Sep 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/io/whitesource/cure Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4646 <maven .surefire.version>3.0.0-M3</maven .surefire.version>
4747 <nexus .staging.maven.version>1.6.7</nexus .staging.maven.version>
4848 <maven .source.version>2.2.1</maven .source.version>
49- <maven .javadoc.version>2.9 .1</maven .javadoc.version>
49+ <maven .javadoc.version>3.0 .1</maven .javadoc.version>
5050 <maven .gpg.version>1.5</maven .gpg.version>
5151
5252 <!-- Dependencies Version -->
113113 <artifactId >maven-javadoc-plugin</artifactId >
114114 <configuration >
115115 <javadocExecutable >${java.home} /../bin/javadoc</javadocExecutable >
116+ <doclint >all,-missing</doclint >
116117 </configuration >
117118 <version >${maven.javadoc.version} </version >
118119 <executions >
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ public class Encoder {
2222 * allow list with the char located in SafeCharReplacement field within properties file.
2323 *
2424 * @param param An argument or part of an argument for the sink function.
25+ * @param pathToPropertiesFiles A custom properties file for the allow-list.
2526 * @return Encoded parameter.
2627 */
2728 public static String escapeForbiddenCharacters (Object param , File pathToPropertiesFiles ) {
You can’t perform that action at this time.
0 commit comments