This is an automated email from the ASF dual-hosted git repository.
garyli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new b554835 [MINOR] fix typo. (#2804)
b554835 is described below
commit b554835053b0b2653ac34a8fdb923fd197ede724
Author: Roc Marshal <[email protected]>
AuthorDate: Sun Apr 11 10:31:07 2021 +0800
[MINOR] fix typo. (#2804)
---
.../src/main/java/org/apache/hudi/common/util/ReflectionUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hudi-common/src/main/java/org/apache/hudi/common/util/ReflectionUtils.java
b/hudi-common/src/main/java/org/apache/hudi/common/util/ReflectionUtils.java
index 22bec2e..57d11d0 100644
--- a/hudi-common/src/main/java/org/apache/hudi/common/util/ReflectionUtils.java
+++ b/hudi-common/src/main/java/org/apache/hudi/common/util/ReflectionUtils.java
@@ -81,7 +81,7 @@ public class ReflectionUtils {
}
/**
- * Creates an instnace of the given class. Use this version when dealing
with interface types as constructor args.
+ * Creates an instance of the given class. Use this version when dealing
with interface types as constructor args.
*/
public static Object loadClass(String clazz, Class<?>[] constructorArgTypes,
Object... constructorArgs) {
try {