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

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


The following commit(s) were added to refs/heads/master by this push:
     new 67dd7c3  Removed -XX:+PrintFlagsFinal from jvm.config
67dd7c3 is described below

commit 67dd7c3c30526134905947fac97028da98117ff3
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jul 18 16:59:50 2019 +0200

    Removed -XX:+PrintFlagsFinal from jvm.config
---
 .mvn/jvm.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/jvm.config b/.mvn/jvm.config
index 769bfd4..8b88fcd 100644
--- a/.mvn/jvm.config
+++ b/.mvn/jvm.config
@@ -1 +1 @@
--Xmx3584m -Djava.awt.headless=true -XX:+UseG1GC -XX:+UseStringDeduplication 
-XX:+PrintFlagsFinal
+-Xmx3584m -Djava.awt.headless=true -XX:+UseG1GC -XX:+UseStringDeduplication 

Reply via email to