. Rhino JavaScript integration checkpoint:

- Added APIs to allow updating and addition of node properties
  - Added APIs for content manipulation
  - Added APIs to allow creation of files and folders

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2749 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-05-03 21:34:42 +00:00
parent 7669f098bc
commit cf4e177ead
3 changed files with 185 additions and 10 deletions

View File

@@ -133,7 +133,7 @@ public class QNameMap<K,V> implements Map, Cloneable
/**
* @see java.util.Map#keySet()
*/
public Set keySet()
public Set<String> keySet()
{
return this.contents.keySet();
}