You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/02/02 08:44:29 UTC

[1/2] git commit: DELTASPIKE-66 remove obsolete TODO

Updated Branches:
  refs/heads/master e493ddbee -> b739c41c9


DELTASPIKE-66 remove obsolete TODO


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

Branch: refs/heads/master
Commit: b739c41c9c1a26f47fe24352699c869a79c75827
Parents: f77cf1f
Author: Mark Struberg <st...@apache.org>
Authored: Thu Feb 2 08:43:38 2012 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Thu Feb 2 08:43:38 2012 +0100

----------------------------------------------------------------------
 .../deltaspike/core/impl/util/JndiUtils.java       |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b739c41c/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/util/JndiUtils.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/util/JndiUtils.java b/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/util/JndiUtils.java
index c42fd77..52430f1 100644
--- a/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/util/JndiUtils.java
+++ b/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/util/JndiUtils.java
@@ -122,7 +122,6 @@ public class JndiUtils
         }
         catch (NamingException e)
         {
-            //X TODO custom exception type needed - see UnhandledException
             throw new IllegalStateException("Could not get " + name + " from JNDI", e);
         }
     }