On Saturday 05 October 2002 11:32 pm, Gerard van Enk wrote:
> Pierre van Rooden wrote:
> > Eduard Witteveen wrote:
> >> IMHO: the Node.createRelation() was a shortcut for the other
> >> createRelation(), so you can remove the method from the Node
code from basicNode...
public Relation createRelation(Node destinationNode, RelationManager
relationManager) {
Relation relation =
relationManager.createRelation(this,destinationNode);
return relation;
}
so it is a shortcut.
so it could be removed. can't we first make it deprecated? It doens't realy
harm.