(Name name)
| 244 | |
| 245 | |
| 246 | @Override |
| 247 | public Context createSubcontext(Name name) throws NamingException { |
| 248 | return getBoundContext().createSubcontext(parseName(name)); |
| 249 | } |
| 250 | |
| 251 | |
| 252 | @Override |
nothing calls this directly
no test coverage detected