You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ay...@apache.org on 2022/07/10 06:56:40 UTC

[hive] branch master updated: HIVE-26381: Fix link in Javadoc of MetaStoreUtils::getCurrentClassPaths. (#3425). (xy reviewed by Ayush Saxena)

This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 2feedce2c5a HIVE-26381: Fix link in Javadoc of MetaStoreUtils::getCurrentClassPaths. (#3425). (xy reviewed by Ayush Saxena)
2feedce2c5a is described below

commit 2feedce2c5ad3fbda84df7924270efb603fb7412
Author: xuzifu666 <12...@qq.com>
AuthorDate: Sun Jul 10 14:56:33 2022 +0800

    HIVE-26381: Fix link in Javadoc of MetaStoreUtils::getCurrentClassPaths. (#3425). (xy reviewed by Ayush Saxena)
---
 .../java/org/apache/hadoop/hive/metastore/utils/MetaStoreUtils.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreUtils.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreUtils.java
index d15d37dccb7..6e1a8ef370e 100644
--- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreUtils.java
+++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreUtils.java
@@ -504,7 +504,7 @@ public class MetaStoreUtils {
 
   /**
    * Returns currently known class paths as best effort. For system class loader, this may return
-   * In such cases we will anyway create new child class loader in {@link #addToClassPath(ClassLo
+   * In such cases we will anyway create new child class loader in {@link #addToClassPath(ClassLoader cloader, String[] newPaths)
    * so all new class paths will be added and next time we will have a URLClassLoader to work wit
    */
   private static List<URL> getCurrentClassPaths(ClassLoader parentLoader) {