Tamer Soliman created HBASE-15863:
-------------------------------------
Summary: Typo in Put.java class documentation
Key: HBASE-15863
URL: https://issues.apache.org/jira/browse/HBASE-15863
Project: HBase
Issue Type: Bug
Components: documentation, java
Affects Versions: master
Reporter: Tamer Soliman
Priority: Trivial
There is a typo in the class documentation of
[Put.java|https://github.com/apache/hbase/blob/master/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Put.java],
which got introduced in commit
[21ddb60|https://github.com/apache/hbase/commit/21ddb60dc0af51f018c68e84b2e8969380e177b8].
The documentation says "To perform a Put, instantiate a Put object with the row
to insert to and for *eachumn* to be inserted..."
It should say "... for *each column* ..."
I know there are more important issues than this one. I had already forked and
submitted a [PR|https://github.com/apache/hbase/pull/29], but it seems that I
was not following the proper procedure for bug reporting and fixing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)