aboutsummaryrefslogtreecommitdiff
path: root/src/org/gnunet/construct/UInt64.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/gnunet/construct/UInt64.java')
-rw-r--r--src/org/gnunet/construct/UInt64.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/gnunet/construct/UInt64.java b/src/org/gnunet/construct/UInt64.java
index 3d3b22a..d45cf69 100644
--- a/src/org/gnunet/construct/UInt64.java
+++ b/src/org/gnunet/construct/UInt64.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=8, signed=false) 29 * Unsigned 64-bit integer value
30 * 30 *
31 * @author Florian Dold 31 * @author Florian Dold
32 * 32 *