diff options
author | slewis | 2008-05-12 06:23:44 +0000 |
---|---|---|
committer | slewis | 2008-05-12 06:23:44 +0000 |
commit | a4ee0e8b1b736c48602a566bcf904dab96031b6e (patch) | |
tree | 7faa56f56233b465b15f6848ccf50fd89edf649f | |
parent | ee16243c4029d3c782402ef83ca3976f1974761a (diff) | |
download | org.eclipse.ecf-a4ee0e8b1b736c48602a566bcf904dab96031b6e.tar.gz org.eclipse.ecf-a4ee0e8b1b736c48602a566bcf904dab96031b6e.tar.xz org.eclipse.ecf-a4ee0e8b1b736c48602a566bcf904dab96031b6e.zip |
Added to API and implementation
-rw-r--r-- | framework/bundles/org.eclipse.ecf.storage/src/org/eclipse/ecf/storage/IIDStore.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.storage/src/org/eclipse/ecf/storage/IIDStore.java b/framework/bundles/org.eclipse.ecf.storage/src/org/eclipse/ecf/storage/IIDStore.java index 72791bc57..88ce63892 100644 --- a/framework/bundles/org.eclipse.ecf.storage/src/org/eclipse/ecf/storage/IIDStore.java +++ b/framework/bundles/org.eclipse.ecf.storage/src/org/eclipse/ecf/storage/IIDStore.java @@ -50,7 +50,8 @@ public interface IIDStore { /** * Create ID for an ISecurePreferences node. - * @param node the node to use to create the new ID instance. + * @param node the node to use to create the new ID instance. This node must not be <code>null</code>, and should + * be an instance previously created via {@link #getNode(ID)}. It also must have a Namespace node as parent. * @return new ID created. Will not be <code>null</code>. * @throws IDCreateException thrown if ID cannot be created...e.g. the given node does not define * a valid ID instance. |