Added relevant @since JavaDoc tags.

This commit is contained in:
Erwin Vervaet
2008-01-04 14:28:27 +00:00
parent 5ca24bf55d
commit 2b749540ea
3 changed files with 8 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ public class MapAccessor implements MapAdaptable {
* Returns a value in the map, returning null if the attribute is not present.
* @param key the key
* @return the value
* @since 1.0.5
*/
public Object get(Object key) {
return map.get(key);