You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/03/01 17:47:57 UTC

[11/14] incubator-tamaya git commit: Fixed NPE.

Fixed NPE.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/e7163bd7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/e7163bd7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/e7163bd7

Branch: refs/heads/master
Commit: e7163bd7638d0943b84dcba36cfb7b2823039fe4
Parents: fbd8304
Author: anatole <an...@apache.org>
Authored: Tue Mar 1 17:45:34 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Tue Mar 1 17:45:34 2016 +0100

----------------------------------------------------------------------
 .../tamaya/mutableconfig/spi/MutableConfigurationBackendSpi.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/e7163bd7/modules/mutable-config/src/main/java/org/apache/tamaya/mutableconfig/spi/MutableConfigurationBackendSpi.java
----------------------------------------------------------------------
diff --git a/modules/mutable-config/src/main/java/org/apache/tamaya/mutableconfig/spi/MutableConfigurationBackendSpi.java b/modules/mutable-config/src/main/java/org/apache/tamaya/mutableconfig/spi/MutableConfigurationBackendSpi.java
index 7f93c7d..ebe2f83 100644
--- a/modules/mutable-config/src/main/java/org/apache/tamaya/mutableconfig/spi/MutableConfigurationBackendSpi.java
+++ b/modules/mutable-config/src/main/java/org/apache/tamaya/mutableconfig/spi/MutableConfigurationBackendSpi.java
@@ -19,7 +19,6 @@
 package org.apache.tamaya.mutableconfig.spi;
 
 import org.apache.tamaya.spi.PropertySource;
-import org.apache.tamaya.spi.PropertyValue;
 
 import java.net.URI;
 import java.util.Collection;