* Minor changes: remove unused code, switch error message to lower/mixed case.
This commit is contained in:
parent
0f3d15cee5
commit
8b446fea01
1 changed files with 1 additions and 2 deletions
|
@ -232,7 +232,6 @@ public final class NodeManager {
|
|||
if (rel.isComplexReference()) {
|
||||
// a key for a complex reference
|
||||
key = new MultiKey(rel.otherType, rel.getKeyParts(home));
|
||||
// } else if (rel.virtual || (rel.groupby != null) || !rel.usesPrimaryKey()) {
|
||||
} else if (rel.createOnDemand()) {
|
||||
// a key for a virtually defined object that's never actually stored in the db
|
||||
// or a key for an object that represents subobjects grouped by some property,
|
||||
|
@ -1242,7 +1241,7 @@ public final class NodeManager {
|
|||
}
|
||||
}
|
||||
} catch (Exception x) {
|
||||
System.err.println ("ERROR IN PREFETCHNODES: "+x);
|
||||
System.err.println ("Error in prefetchNodes(): "+x);
|
||||
} finally {
|
||||
if (stmt != null) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue