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