aboutsummaryrefslogtreecommitdiff
path: root/src/org/gnunet/construct/Int32.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/gnunet/construct/Int32.java')
-rw-r--r--src/org/gnunet/construct/Int32.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/gnunet/construct/Int32.java b/src/org/gnunet/construct/Int32.java
index 97d904a..da993ca 100644
--- a/src/org/gnunet/construct/Int32.java
+++ b/src/org/gnunet/construct/Int32.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=4, signed=true) 29 * Signed 32-bit integer value.
30 * 30 *
31 * @author Florian Dold 31 * @author Florian Dold
32 * 32 *