HiuFung created CASSANDRA-16786:
-----------------------------------

             Summary: Incorrect Java doc description on 
org.apache.cassandra.schema
                 Key: CASSANDRA-16786
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16786
             Project: Cassandra
          Issue Type: Improvement
          Components: Documentation/Javadoc
            Reporter: HiuFung
            Assignee: HiuFung


See below the Java doc for Difference.SHALLOW enum.
{code:java}
/**
 *
 * Two schema objects are considered to differ DEEP-ly if their direct 
structure is altered.
 *
 * For example, if a table T is altered to add a new column, a different 
compaction strategy, or a new description,
 * then it will differ SHALLOW-ly from the original.
 */
{code}
Which the first sentence should be "Two schema objects are considered to differ 
SHALLOW-ly if their direct structure is altered."



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to