@@ -57,7 +57,7 @@ public class TimeBasedOneTimePasswordGenerator extends HmacOneTimePasswordGenera
5757 public static final String TOTP_ALGORITHM_HMAC_SHA512 = "HmacSHA512" ;
5858
5959 /**
60- * Constructs a new time= based one-time password generator with a default time-step (30 seconds), password length
60+ * Constructs a new time- based one-time password generator with a default time-step (30 seconds), password length
6161 * ({@value com.eatthepath.otp.HmacOneTimePasswordGenerator#DEFAULT_PASSWORD_LENGTH} decimal digits), and HMAC
6262 * algorithm ({@value com.eatthepath.otp.HmacOneTimePasswordGenerator#HOTP_HMAC_ALGORITHM}).
6363 *
@@ -70,7 +70,7 @@ public TimeBasedOneTimePasswordGenerator() throws NoSuchAlgorithmException {
7070 }
7171
7272 /**
73- * Constructs a new time= based one-time password generator with the given time-step and a default password length
73+ * Constructs a new time- based one-time password generator with the given time-step and a default password length
7474 * ({@value com.eatthepath.otp.HmacOneTimePasswordGenerator#DEFAULT_PASSWORD_LENGTH} decimal digits) and HMAC
7575 * algorithm ({@value com.eatthepath.otp.HmacOneTimePasswordGenerator#HOTP_HMAC_ALGORITHM}).
7676 *
@@ -86,7 +86,7 @@ public TimeBasedOneTimePasswordGenerator(final long timeStep, final TimeUnit tim
8686 }
8787
8888 /**
89- * Constructs a new time= based one-time password generator with the given time-step and password length and a
89+ * Constructs a new time- based one-time password generator with the given time-step and password length and a
9090 * default HMAC algorithm ({@value com.eatthepath.otp.HmacOneTimePasswordGenerator#HOTP_HMAC_ALGORITHM}).
9191 *
9292 * @param timeStep the magnitude of the time-step for this generator
@@ -103,7 +103,7 @@ public TimeBasedOneTimePasswordGenerator(final long timeStep, final TimeUnit tim
103103 }
104104
105105 /**
106- * Constructs a new time= based one-time password generator with the given time-step, password length, and HMAC
106+ * Constructs a new time- based one-time password generator with the given time-step, password length, and HMAC
107107 * algorithm.
108108 *
109109 * @param timeStep the magnitude of the time-step for this generator
0 commit comments