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 2015/08/03 22:34:52 UTC

incubator-tamaya git commit: Removed unused import.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master ba95a65b3 -> 7c90e30f5


Removed unused import.


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

Branch: refs/heads/master
Commit: 7c90e30f50ba107feda24f1bc6520ddfe33e640b
Parents: ba95a65
Author: anatole <at...@gmail.com>
Authored: Mon Aug 3 22:34:39 2015 +0200
Committer: anatole <at...@gmail.com>
Committed: Mon Aug 3 22:34:39 2015 +0200

----------------------------------------------------------------------
 .../org/apache/tamaya/examples/simple/SimplePropertySource.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7c90e30f/examples/2-simple-propertysource-example/src/main/java/org/apache/tamaya/examples/simple/SimplePropertySource.java
----------------------------------------------------------------------
diff --git a/examples/2-simple-propertysource-example/src/main/java/org/apache/tamaya/examples/simple/SimplePropertySource.java b/examples/2-simple-propertysource-example/src/main/java/org/apache/tamaya/examples/simple/SimplePropertySource.java
index 1bc151c..bbd6c46 100644
--- a/examples/2-simple-propertysource-example/src/main/java/org/apache/tamaya/examples/simple/SimplePropertySource.java
+++ b/examples/2-simple-propertysource-example/src/main/java/org/apache/tamaya/examples/simple/SimplePropertySource.java
@@ -20,7 +20,6 @@ package org.apache.tamaya.examples.simple;
 
 import org.apache.tamaya.spi.PropertySource;
 
-import java.io.FileInputStream;
 import java.io.IOException;
 import java.io.InputStream;
 import java.net.URL;