aboutsummaryrefslogtreecommitdiff
path: root/test/org/gnunet/construct/ByteFillMessage.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/gnunet/construct/ByteFillMessage.java')
-rw-r--r--test/org/gnunet/construct/ByteFillMessage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/gnunet/construct/ByteFillMessage.java b/test/org/gnunet/construct/ByteFillMessage.java
index fe7716f..090f7d0 100644
--- a/test/org/gnunet/construct/ByteFillMessage.java
+++ b/test/org/gnunet/construct/ByteFillMessage.java
@@ -26,7 +26,7 @@ public class ByteFillMessage implements Message {
26 @UInt32 26 @UInt32
27 public int someValue; 27 public int someValue;
28 28
29 @ByteFill 29 @FillWith @UInt8
30 public byte[] rest; 30 public byte[] rest;
31 31
32} 32}