Skip to content

Commit 30c8512

Browse files
committed
More Javadoc clean-up to eliminate the last 2 Javadoc warnings.
1 parent 9ca20b2 commit 30c8512

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/main/java/org/owasp/esapi/SecurityConfiguration.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,9 @@ public interface SecurityConfiguration extends EsapiPropertyLoader {
397397
* @return A string specifying the IV type. Should be "random". Anything
398398
* else should fail with a {@code ConfigurationException} being thrown.
399399
*
400-
* @see #getFixedIV()
401400
* @deprecated Use SecurityConfiguration.getStringProp("appropriate_esapi_prop_name") instead.
402401
* This method will be removed in a future release as it is now moot since
403-
* it can only legitimately have the single value of "random".
402+
* it can <i>only</i> legitimately have the single value of "random".
404403
*/
405404
@Deprecated
406405
String getIVType();

src/main/java/org/owasp/esapi/codecs/AbstractCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public String encodeCharacter( char[] immune, Character c ) {
9595

9696
/**
9797
* To prevent accidental footgun usage and calling
98-
* @{link #encodeCharacter( char[], int)} when called with {@code char} and
98+
* {@link #encodeCharacter( char[], int)} when called with {@code char} and
9999
* {@code char} is first silently converted to {@code int} and then the
100100
* unexpected method is called.
101101
*

0 commit comments

Comments
 (0)