aboutsummaryrefslogtreecommitdiff
path: root/src/org/gnunet/construct/Int64.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/gnunet/construct/Int64.java')
-rw-r--r--src/org/gnunet/construct/Int64.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/org/gnunet/construct/Int64.java b/src/org/gnunet/construct/Int64.java
index 7318c0d..be5d940 100644
--- a/src/org/gnunet/construct/Int64.java
+++ b/src/org/gnunet/construct/Int64.java
@@ -26,9 +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=8, signed=true) 29 * Signed 64-bit integer value.
30 *
31 * @author Florian Dold
32 * 30 *
33 */ 31 */
34 32