View | Details | Raw Unified | Return to bug 52792
Collapse All | Expand All

(-)java/org/apache/naming/NamingContext.java (-1 / +1 lines)
Lines 818-824 Link Here
818
        
818
        
819
        if (entry == null) {
819
        if (entry == null) {
820
            throw new NameNotFoundException
820
            throw new NameNotFoundException
821
                (sm.getString("namingContext.nameNotBound", name.get(0)));
821
                (sm.getString("namingContext.nameNotBound", name));
822
        }
822
        }
823
        
823
        
824
        if (name.size() > 1) {
824
        if (name.size() > 1) {

Return to bug 52792