aboutsummaryrefslogtreecommitdiff
path: root/src/org/gnunet/construct/Int8.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/gnunet/construct/Int8.java')
-rw-r--r--src/org/gnunet/construct/Int8.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/gnunet/construct/Int8.java b/src/org/gnunet/construct/Int8.java
index fbf83f4..a0aaa14 100644
--- a/src/org/gnunet/construct/Int8.java
+++ b/src/org/gnunet/construct/Int8.java
@@ -27,7 +27,7 @@ import java.lang.annotation.Target;
27 27
28 28
29/** 29/**
30 * Synonym for Integer(byteSize=1, signed=true) 30 * Signed 8-bit integer value.
31 * 31 *
32 * @author Florian Dold 32 * @author Florian Dold
33 * 33 *