This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.7
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.7 by this push:
new 3186b4c08 [Minor] fix spelling th -> the (#5298)
3186b4c08 is described below
commit 3186b4c08badd96ad15e16e97922f0202eaff0b7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 15:47:13 2024 +0800
[Minor] fix spelling th -> the (#5298)
### What changes were proposed in this pull request?
fix spelling th -> the
### Why are the changes needed?
to fix spelling
Fix: # N/A
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
N/A - just changes to comments
Co-authored-by: Justin Mclean <[email protected]>
---
api/src/main/java/org/apache/gravitino/MetadataObject.java | 6 +++---
.../gravitino/authorization/ranger/RangerMetadataObject.java | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/api/src/main/java/org/apache/gravitino/MetadataObject.java
b/api/src/main/java/org/apache/gravitino/MetadataObject.java
index 534226a56..7e94db194 100644
--- a/api/src/main/java/org/apache/gravitino/MetadataObject.java
+++ b/api/src/main/java/org/apache/gravitino/MetadataObject.java
@@ -72,15 +72,15 @@ public interface MetadataObject {
String parent();
/**
- * The name of th object.
+ * The name of the object.
*
* @return The name of the object.
*/
String name();
/**
- * The full name of th object. Full name will be separated by "." to
represent a string identifier
- * of the object, like catalog, catalog.table, etc.
+ * The full name of the object. Full name will be separated by "." to
represent a string
+ * identifier of the object, like catalog, catalog.table, etc.
*
* @return The name of the object.
*/
diff --git
a/authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerMetadataObject.java
b/authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerMetadataObject.java
index 08df90d0f..e6611a179 100644
---
a/authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerMetadataObject.java
+++
b/authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerMetadataObject.java
@@ -74,22 +74,22 @@ public interface RangerMetadataObject {
String parent();
/**
- * The name of th object.
+ * The name of the object.
*
* @return The name of the object.
*/
String name();
/**
- * The all name list of th object.
+ * The all name list of the object.
*
* @return The name list of the object.
*/
List<String> names();
/**
- * The full name of th object. Full name will be separated by "." to
represent a string identifier
- * of the object, like catalog, catalog.table, etc.
+ * The full name of the object. Full name will be separated by "." to
represent a string
+ * identifier of the object, like catalog, catalog.table, etc.
*
* @return The name of the object.
*/