Repository: tajo
Updated Branches:
  refs/heads/block_iteration 64ba68c76 -> 39f712905


TAJO-1054: Wrong comment in ByteUtils.splitWorker(). (Jongyoung Park via jinho)


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/1cff979c
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/1cff979c
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/1cff979c

Branch: refs/heads/block_iteration
Commit: 1cff979c28f5922c4a69a4295f49309358bd2d81
Parents: 2001774
Author: jhkim <[email protected]>
Authored: Fri Sep 19 17:57:59 2014 +0900
Committer: jhkim <[email protected]>
Committed: Fri Sep 19 17:57:59 2014 +0900

----------------------------------------------------------------------
 CHANGES                                                        | 3 +++
 tajo-common/src/main/java/org/apache/tajo/util/BytesUtils.java | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/1cff979c/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 9a864be..026f020 100644
--- a/CHANGES
+++ b/CHANGES
@@ -409,6 +409,9 @@ Release 0.9.0 - unreleased
 
   TASKS
 
+    TAJO-1054: Wrong comment in ByteUtils.splitWorker(). 
+    (Jongyoung Park via jinho)
+
     TAJO-1007: Update site for new committer and new contributors. 
     (hyunsik)
 

http://git-wip-us.apache.org/repos/asf/tajo/blob/1cff979c/tajo-common/src/main/java/org/apache/tajo/util/BytesUtils.java
----------------------------------------------------------------------
diff --git a/tajo-common/src/main/java/org/apache/tajo/util/BytesUtils.java 
b/tajo-common/src/main/java/org/apache/tajo/util/BytesUtils.java
index 59ed4fb..91165ac 100644
--- a/tajo-common/src/main/java/org/apache/tajo/util/BytesUtils.java
+++ b/tajo-common/src/main/java/org/apache/tajo/util/BytesUtils.java
@@ -111,9 +111,9 @@ public class BytesUtils {
    * @param length amount of bytes to str
    * @param separatorChar the ascii separate character
    * @param preserveAllTokens if <code>true</code>, adjacent separators are
-   * @param target the projection target
    * treated as empty token separators; if <code>false</code>, adjacent
    * separators are treated as one separator.
+   * @param target the projection target
    * @return an array of parsed Strings, <code>null</code> if null String input
    */
   private static byte[][] splitWorker(byte[] str, int offset, int length, char 
separatorChar,

Reply via email to