소스 검색

HPCC-10186 Better Java Support for JAR Files and the ClassPath

Minor cosmetic changes followign code review

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 년 전
부모
커밋
c61c937c56
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      plugins/javaembed/javaembed.cpp

+ 0 - 6
plugins/javaembed/javaembed.cpp

@@ -345,12 +345,6 @@ public:
         if (!prevtext || strcmp(text, prevtext) != 0)
         {
             prevtext.clear();
-
-            // Make sure there is a context class loader available; we need to
-            // do this before calling FindClass() on the class we need
-//            ensureContextClassLoaderAvailable();
-
-
             // Name should be in the form class.method:signature
             const char *funcname = strchr(text, '.');
             if (!funcname)