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/25 08:55:21 UTC

incubator-tamaya git commit: Fixed checkstyle issue.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 20b2eeefc -> 8cdd25c24


Fixed checkstyle issue.


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

Branch: refs/heads/master
Commit: 8cdd25c247106f0cb5a3b94e45fe8f2452b7552b
Parents: 20b2eee
Author: anatole <an...@apache.org>
Authored: Tue Aug 25 08:55:05 2015 +0200
Committer: anatole <an...@apache.org>
Committed: Tue Aug 25 08:55:05 2015 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/tamaya/management/ManagedConfig.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/8cdd25c2/modules/management/src/main/java/org/apache/tamaya/management/ManagedConfig.java
----------------------------------------------------------------------
diff --git a/modules/management/src/main/java/org/apache/tamaya/management/ManagedConfig.java b/modules/management/src/main/java/org/apache/tamaya/management/ManagedConfig.java
index 7ab6969..970f8ce 100644
--- a/modules/management/src/main/java/org/apache/tamaya/management/ManagedConfig.java
+++ b/modules/management/src/main/java/org/apache/tamaya/management/ManagedConfig.java
@@ -101,8 +101,7 @@ public class ManagedConfig implements ManagedConfigMBean {
         try{
             Thread.currentThread().setContextClassLoader(this.classLoader);
             return ConfigurationProvider.getConfiguration();
-        }
-        finally{
+        } finally{
             Thread.currentThread().setContextClassLoader(currentCL);
         }
     }