Skip to content

Commit

Permalink
Javadoc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Nov 13, 2013
1 parent 2a37bda commit f0c8754
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
@ThreadSafe
public class X509CertificateRSAKeyLengthValidator extends AbstractX509CertificateValidator {

/** The RSA key length below which an error should result. Default: {@value}. */
/** The RSA key length below which an error should result. Default: 2048. */
private int errorBoundary = 2048;

/** The RSA key length below which a warning should result. Default: {@value}. */
/** The RSA key length below which a warning should result. Default: 0 (disabled). */
private int warningBoundary;

/**
Expand Down

0 comments on commit f0c8754

Please sign in to comment.