diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2010-08-27 13:31:41 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2010-08-27 13:31:41 +0000 |
commit | f7710aa99b02a11b0cdffdc695d1b05ec2dbe6a9 (patch) | |
tree | 6410c2365e39df1edef710e02184a67d98bcbb53 /src/java/org/apache/fop/hyphenation/ByteVector.java | |
parent | 0f58f09a9af76099cc5c0858557b558e09b0f093 (diff) | |
download | xmlgraphics-fop-f7710aa99b02a11b0cdffdc695d1b05ec2dbe6a9.tar.gz xmlgraphics-fop-f7710aa99b02a11b0cdffdc695d1b05ec2dbe6a9.zip |
Replaced @asf.todo with normal TODO comment
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@990148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/hyphenation/ByteVector.java')
-rw-r--r-- | src/java/org/apache/fop/hyphenation/ByteVector.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/hyphenation/ByteVector.java b/src/java/org/apache/fop/hyphenation/ByteVector.java index 920089684..d1448abdc 100644 --- a/src/java/org/apache/fop/hyphenation/ByteVector.java +++ b/src/java/org/apache/fop/hyphenation/ByteVector.java @@ -69,7 +69,7 @@ public class ByteVector implements Serializable { /** * Construct byte vector instance. * @param a byte array to use - * @asf.todo should n should be initialized to a.length to be consistent with + * TODO should n should be initialized to a.length to be consistent with * CharVector behavior? [GA] */ public ByteVector(byte[] a) { @@ -82,7 +82,7 @@ public class ByteVector implements Serializable { * Construct byte vector instance. * @param a byte array to use * @param capacity initial block size - * @asf.todo should n should be initialized to a.length to be consistent with + * TODO should n should be initialized to a.length to be consistent with * CharVector behavior? [GA] */ public ByteVector(byte[] a, int capacity) { |