Eric Huang created SQOOP-1711:
---------------------------------
Summary: A spelling mistake in BaseSqoopTool.java
Key: SQOOP-1711
URL: https://issues.apache.org/jira/browse/SQOOP-1711
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)