(String propName, Object propVal)
| 303 | |
| 304 | |
| 305 | @Override |
| 306 | public Object addToEnvironment(String propName, Object propVal) throws NamingException { |
| 307 | return getBoundContext().addToEnvironment(propName, propVal); |
| 308 | } |
| 309 | |
| 310 | |
| 311 | @Override |
nothing calls this directly
no test coverage detected