Skip to content

Commit

Permalink
jms/cloud updates
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.caucho.com/resin/trunk/modules/hessian@7986 9c94448d-38f1-0310-a231-d98308ff1ebf
  • Loading branch information
ferg committed Mar 30, 2011
1 parent 2ff38a6 commit bafbc63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/com/caucho/hessian/io/HessianDebugState.java
Expand Up @@ -1612,6 +1612,9 @@ class ObjectState extends State {
}

_def = _objectDefList.get(def);

if (_isObject)
println();

println("object " + _def.getType() + " (#" + _refId + ")");
}
Expand Down

0 comments on commit bafbc63

Please sign in to comment.