Returns the object bound with the specified name to the internal notes for this session, or null if no such binding exists. @param name Name of the note to be returned @return the note object, or null if not found
(String name)
| 329 | * @return the note object, or {@code null} if not found |
| 330 | */ |
| 331 | Object getNote(String name); |
| 332 | |
| 333 | |
| 334 | /** |
no outgoing calls
no test coverage detected