aboutsummaryrefslogtreecommitdiff
path: root/src/Protocol.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Protocol.java')
-rw-r--r--src/Protocol.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Protocol.java b/src/Protocol.java
index a643e39..9751661 100644
--- a/src/Protocol.java
+++ b/src/Protocol.java
@@ -1,5 +1,6 @@
/**
- * the Protocol magic numbers and chars
+ * the Protocol magic numbers and chars.
+ *
* @author Yannick Jestin
* @author <a href="http://www.tls.cena.fr/products/ivy/">http://www.tls.cena.fr/products/ivy/</a>
*
@@ -30,7 +31,6 @@ enum Protocol {
final static char NEWLINE = '\n';
final static int PROTOCOLVERSION = 3 ;
final static int PROTOCOLMINIMUM = 3 ;
- final static int MI = 3 ;
private int value = -1;
private Protocol(int v) {this.value = v;}