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