Skip to content

Commit

Permalink
improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
xunliu committed Oct 30, 2024
1 parent 88af032 commit a5f81b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private RenameMetadataObject(MetadataObject metadataObject, MetadataObject newMe
*
* @return return a metadataObject.
*/
public MetadataObject getMetadataObject() {
public MetadataObject metadataObject() {
return this.metadataObject;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -699,9 +699,9 @@ private boolean doRemoveSecurableObject(
}

/**
* IF remove the SCHEMA, Need to remove these the relevant policies, `{schema}`, `{schema}.*`,
* IF remove the SCHEMA, need to remove these the relevant policies, `{schema}`, `{schema}.*`,
* `{schema}.*.*` <br>
* IF remove the TABLE, Need to remove these the relevant policies, `{schema}.*`, `{schema}.*.*`
* IF remove the TABLE, need to remove these the relevant policies, `{schema}.*`, `{schema}.*.*`
* <br>
* IF remove the COLUMN, Only need to remove `{schema}.*.*` <br>
*/
Expand Down

0 comments on commit a5f81b4

Please sign in to comment.