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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-sandbox.git


The following commit(s) were added to refs/heads/master by this push:
     new 50884b8  TAMAYA-277: Trigger rebuild and fix volatile warning
50884b8 is described below

commit 50884b8115515c50fdaa192f284c3fa410c81588
Author: Hugo Hirsch <[email protected]>
AuthorDate: Sat May 11 23:30:09 2019 +0200

    TAMAYA-277: Trigger rebuild and fix volatile warning
---
 .../java/org/apache/tamaya/sysprops/ConfiguredSystemProperties.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/configured-sysprops/src/main/java/org/apache/tamaya/sysprops/ConfiguredSystemProperties.java
 
b/configured-sysprops/src/main/java/org/apache/tamaya/sysprops/ConfiguredSystemProperties.java
index 4f5636a..bc1088d 100644
--- 
a/configured-sysprops/src/main/java/org/apache/tamaya/sysprops/ConfiguredSystemProperties.java
+++ 
b/configured-sysprops/src/main/java/org/apache/tamaya/sysprops/ConfiguredSystemProperties.java
@@ -45,7 +45,7 @@ public class ConfiguredSystemProperties extends Properties {
 
     private static final Logger LOG = 
Logger.getLogger(ConfiguredSystemProperties.class.getName());
     private Properties initialProperties;
-    private static volatile Properties contextualProperties;
+    private static Properties contextualProperties;
 
     private final Object LOCK = new Object();
 

Reply via email to