Skip to content

Commit

Permalink
Auxiliary object class reconciliation (MID-2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Apr 14, 2016
1 parent 105249e commit 187a4cf
Show file tree
Hide file tree
Showing 5 changed files with 573 additions and 124 deletions.
Expand Up @@ -1228,6 +1228,9 @@ public String debugDump(int indent, boolean showTriples) {

sb.append("\n");
DebugUtil.debugDumpWithLabel(sb, getDebugDumpTitle("squeezed associations"), squeezedAssociations, indent + 1);

sb.append("\n");
DebugUtil.debugDumpWithLabel(sb, getDebugDumpTitle("squeezed auxiliary object classes"), squeezedAuxiliaryObjectClasses, indent + 1);

// This is just a debug thing
// sb.append("\n");
Expand Down

0 comments on commit 187a4cf

Please sign in to comment.