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 2013/04/13 12:00:21 UTC

[4/5] git commit: DELTASPIKE-339 re-apply jndi name in exception

DELTASPIKE-339 re-apply jndi name in exception

we need this info for detecting issues


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

Branch: refs/heads/master
Commit: 19cb8aa1cd8c12078dc462eb7769928837c2a966
Parents: 055131e 4cfe011
Author: Mark Struberg <st...@apache.org>
Authored: Sat Apr 13 11:56:45 2013 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Sat Apr 13 11:56:45 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/19cb8aa1/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/util/JndiUtils.java
----------------------------------------------------------------------
diff --cc deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/util/JndiUtils.java
index 85fa77b,14579f5..650b90e
--- 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
@@@ -168,9 -167,9 +167,9 @@@ public abstract class JndiUtil
      /**
       * Resolves an instances for the given naming context.
       *
--     * @param name       context name
-      * @param type       target type
-      * @param <T>        type
++     * @param name context name
+      * @param type target type
 -     * @param <T>        type
++     * @param <T>  type
       * @return the found instances, null otherwise
       */
      public static <T> Map<String, T> list(String name, Class<T> type)