This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new e9e002612 [Minor] fix spelling th -> the (#5284)
e9e002612 is described below
commit e9e002612c5de1d0072bf35e404363449170f0ae
Author: Justin Mclean <[email protected]>
AuthorDate: Mon Oct 28 17:44:06 2024 +1100
[Minor] fix spelling th -> the (#5284)
### 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
---
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.
*/