* 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()) {
|
if (rel.isComplexReference()) {
|
||||||
// a key for a complex reference
|
// a key for a complex reference
|
||||||
key = new MultiKey(rel.otherType, rel.getKeyParts(home));
|
key = new MultiKey(rel.otherType, rel.getKeyParts(home));
|
||||||
// } else if (rel.virtual || (rel.groupby != null) || !rel.usesPrimaryKey()) {
|
|
||||||
} else if (rel.createOnDemand()) {
|
} else if (rel.createOnDemand()) {
|
||||||
// a key for a virtually defined object that's never actually stored in the db
|
// 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,
|
// or a key for an object that represents subobjects grouped by some property,
|
||||||
|
@ -1242,7 +1241,7 @@ public final class NodeManager {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception x) {
|
} catch (Exception x) {
|
||||||
System.err.println ("ERROR IN PREFETCHNODES: "+x);
|
System.err.println ("Error in prefetchNodes(): "+x);
|
||||||
} finally {
|
} finally {
|
||||||
if (stmt != null) {
|
if (stmt != null) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue