You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "HiuFung (Jira)" <ji...@apache.org> on 2021/07/04 03:36:00 UTC

[jira] [Updated] (CASSANDRA-16786) Incorrect Java doc description on org.apache.cassandra.schema

     [ https://issues.apache.org/jira/browse/CASSANDRA-16786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

HiuFung updated CASSANDRA-16786:
--------------------------------
    Description: 
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."

  was:
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."


> 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
>            Priority: Normal
>
> 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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org