You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Eric Huang (JIRA)" <ji...@apache.org> on 2014/11/11 06:53:33 UTC

[jira] [Created] (SQOOP-1712) A spelling mistake in BaseSqoopTool.java

Eric Huang created SQOOP-1712:
---------------------------------

             Summary: A spelling mistake in BaseSqoopTool.java
                 Key: SQOOP-1712
                 URL: https://issues.apache.org/jira/browse/SQOOP-1712
             Project: Sqoop
          Issue Type: Bug
            Reporter: Eric Huang


I found that there may be a spelling mistake in BaseSqoop.java line 274. The word "arrray" should be "array", right?


  /**
   * Examines a subset of the arrray presented, and determines if it
   * contains any non-empty arguments. If so, logs the arguments
   * and returns true.
   *
   * @param argv an array of strings to check.
   * @param offset the first element of the array to check
   * @param len the number of elements to check
   * @return true if there are any non-null, non-empty argument strings
   * present.
   */



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)