Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2014-02-22 15:04:49 +0400
committerVille Skyttä <ville.skytta@iki.fi>2014-02-22 15:04:49 +0400
commitc97eb1fb7c739dc4cd2f92bf359c2f85966297aa (patch)
tree83ddac75810488dc0ed3949ec8425fbafa2f04cf /core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java
parentcade7b053501468feb30630f76c3bc3384930c42 (diff)
Javadoc 1.8 error fixes
Diffstat (limited to 'core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java')
-rw-r--r--core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java b/core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java
index 7db86cd4..8b29c1f7 100644
--- a/core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java
+++ b/core/src/main/java/org/bouncycastle/crypto/tls/TlsClient.java
@@ -36,9 +36,9 @@ public interface TlsClient
/**
* Notifies the client of the session_id sent in the ServerHello.
- *
+ *
* @param sessionID
- * @see {@link TlsContext#getResumableSession()}
+ * @see TlsContext#getResumableSession()
*/
void notifySessionID(byte[] sessionID);
@@ -66,7 +66,7 @@ public interface TlsClient
/**
* RFC 5077 3.3. NewSessionTicket Handshake Message
- * <p/>
+ * <p>
* This method will be called (only) when a NewSessionTicket handshake message is received. The
* ticket is opaque to the client and clients MUST NOT examine the ticket under the assumption
* that it complies with e.g. <i>RFC 5077 4. Recommended Ticket Construction</i>.