git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5052 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2007-02-06 14:42:24 +00:00
parent 93ec1a0552
commit c5a5ba2a5a

View File

@@ -276,7 +276,7 @@ public class Rule implements Serializable
@Override
public int hashCode()
{
return this.nodeRef.hashCode();
return (this.nodeRef == null) ? 0 : this.nodeRef.hashCode();
}
/**