test release
This commit is contained in:
parent
2906c482d1
commit
7b5c61f4da
7 changed files with 268 additions and 62 deletions
|
|
@ -372,9 +372,7 @@ public class MemoryContext implements Context {
|
|||
return listBindings(new CompositeName(name));
|
||||
}
|
||||
|
||||
public NamingEnumeration listBindings(Name name) throws NamingException
|
||||
{
|
||||
//System.err.println("FoeiContext list bindings is called "+this+" map size:"+bindings.size());
|
||||
public NamingEnumeration listBindings(Name name) throws NamingException {
|
||||
|
||||
if (name.isEmpty()) {
|
||||
// listing this context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue