* Fix typo in comment.

This commit is contained in:
hns 2007-11-26 12:43:48 +00:00
parent 7258b95fcb
commit ad635a3cf7

View file

@ -227,7 +227,7 @@ public final class NodeManager {
// generated on the fly // generated on the fly
key = new SyntheticKey(home.getKey(), kstr); key = new SyntheticKey(home.getKey(), kstr);
} else { } else {
// Not a relation we use can use getNodeByRelation() for // Not a relation we can use getNodeByRelation() for.
return null; return null;
} }