Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
c61c937c56
1 mainītis faili ar 0 papildinājumiem un 6 dzēšanām
  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)