You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2019/05/28 15:27:07 UTC

[cxf] branch master updated: [CXF-8049]a bit enhancement

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 605e2ec  [CXF-8049]a bit enhancement
605e2ec is described below

commit 605e2ec9844a890a0c5a1b56a16c1f603be61bcf
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Tue May 28 11:26:59 2019 -0400

    [CXF-8049]a bit enhancement
---
 core/src/main/java/org/apache/cxf/common/util/Compiler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/cxf/common/util/Compiler.java b/core/src/main/java/org/apache/cxf/common/util/Compiler.java
index a4461c7..7ddb7d0 100644
--- a/core/src/main/java/org/apache/cxf/common/util/Compiler.java
+++ b/core/src/main/java/org/apache/cxf/common/util/Compiler.java
@@ -107,7 +107,7 @@ public class Compiler {
             return String.join(File.pathSeparator, correctedEntries);
         }
 
-        return "";
+        return javaClasspath;
     }
 
     protected void addArgs(List<String> list) {