Minor in-line comments

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16488 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-09-24 14:26:29 +00:00
parent 6e0979ea2c
commit 58f148650a
2 changed files with 1 additions and 1 deletions

View File

@@ -44,7 +44,6 @@ import org.alfresco.service.namespace.QName;
*
* @author Derek Hulley
*/
@SuppressWarnings("unused")
public class FullNodeServiceTest extends BaseNodeServiceTest
{
protected NodeService getNodeService()

View File

@@ -809,6 +809,7 @@ public class DbNodeServiceImpl extends AbstractNodeServiceImpl
Long nodeId = nodePair.getFirst();
// Get the node's primary children
final List<Pair<Long, NodeRef>> childNodePairs = new ArrayList<Pair<Long, NodeRef>>(5);
// TODO: Fix issues when invoking onDeleteNode
// final Map<Long, ChildAssociationRef> childAssocRefsByChildId = new HashMap<Long, ChildAssociationRef>(5);
NodeDaoService.ChildAssocRefQueryCallback callback = new NodeDaoService.ChildAssocRefQueryCallback()
{