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/ConnectionEnd.java
parentcade7b053501468feb30630f76c3bc3384930c42 (diff)
Javadoc 1.8 error fixes
Diffstat (limited to 'core/src/main/java/org/bouncycastle/crypto/tls/ConnectionEnd.java')
-rw-r--r--core/src/main/java/org/bouncycastle/crypto/tls/ConnectionEnd.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/java/org/bouncycastle/crypto/tls/ConnectionEnd.java b/core/src/main/java/org/bouncycastle/crypto/tls/ConnectionEnd.java
index 9fdd5a89..bcbf607e 100644
--- a/core/src/main/java/org/bouncycastle/crypto/tls/ConnectionEnd.java
+++ b/core/src/main/java/org/bouncycastle/crypto/tls/ConnectionEnd.java
@@ -2,7 +2,7 @@ package org.bouncycastle.crypto.tls;
/**
* RFC 2246
- * <p/>
+ * <p>
* Note that the values here are implementation-specific and arbitrary. It is recommended not to
* depend on the particular values (e.g. serialization).
*/