You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2016/12/29 19:47:28 UTC

incubator-tamaya git commit: TAMAYA-154: Fix javadoc warning.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 9c073a739 -> 83b8f2d36


TAMAYA-154: Fix javadoc warning.


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

Branch: refs/heads/master
Commit: 83b8f2d36cd3268b32dd3688769c6f9f78dfa6ae
Parents: 9c073a7
Author: Phil Ottlinger <po...@apache.org>
Authored: Thu Dec 29 20:46:16 2016 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Thu Dec 29 20:46:16 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/tamaya/examples/custompropertysource/Main.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/83b8f2d3/examples/02-custom-property-source/src/main/java/org/apache/tamaya/examples/custompropertysource/Main.java
----------------------------------------------------------------------
diff --git a/examples/02-custom-property-source/src/main/java/org/apache/tamaya/examples/custompropertysource/Main.java b/examples/02-custom-property-source/src/main/java/org/apache/tamaya/examples/custompropertysource/Main.java
index 985a678..dc254e8 100644
--- a/examples/02-custom-property-source/src/main/java/org/apache/tamaya/examples/custompropertysource/Main.java
+++ b/examples/02-custom-property-source/src/main/java/org/apache/tamaya/examples/custompropertysource/Main.java
@@ -36,7 +36,7 @@ import static java.lang.String.format;
  * <p>
  *  {@link SimplePropertySource} is a custom implementation of a
  *  {@link org.apache.tamaya.spi.PropertySource}. It reads its properties from a
- *  {@value SimplePropertySource#CONFIG_PROPERTIES_LOCATION}. As it is an implementation
+ *  flexibly configurable location. As it is an implementation
  *  of {@code PropertySource} and it is listed as service implementation
  *  in {@code META-INF/services/org.apache.tamaya.spi.PropertySource} Tamaya is able
  *  to find and to use it through the Service Provider Interface service of Java.