You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/01/28 18:35:49 UTC

[2/3] incubator-tamaya git commit: Corrected the new error message. Fix for the improvement.

Corrected the new error message. Fix for the improvement.


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

Branch: refs/heads/master
Commit: 4de81502831249e447facbe20352d07c3d5d7b88
Parents: f43f697
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Wed Jan 28 17:31:37 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Wed Jan 28 17:31:37 2015 +0100

----------------------------------------------------------------------
 .../org/apache/tamaya/core/internal/DefaultConfiguration.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/4de81502/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfiguration.java
----------------------------------------------------------------------
diff --git a/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfiguration.java b/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfiguration.java
index feb09a0..d49f05d 100644
--- a/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfiguration.java
+++ b/java8/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfiguration.java
@@ -228,8 +228,8 @@ public class DefaultConfiguration implements Configuration {
                 }
             }
 
-            throw new ConfigException("Unable to convert config for key " +
-                                      key + " value in type " + type.getType());
+            throw new ConfigException("Unable to convert config value for key " +
+                                      key + " in type " + type.getType());
         }
 
         return null;