Skip to content

Commit

Permalink
# IGNITE-61 - Direct marshalling
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Kulichenko committed Feb 2, 2015
1 parent b2d5666 commit 1f80aeb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -141,8 +141,8 @@ public void dataBytes(byte[] dataBytes) {
}

/** {@inheritDoc} */
@Override protected void clone0(GridTcpCommunicationMessageAdapter msg) {
GridContinuousMessage clone = (GridContinuousMessage)msg;
@Override protected void clone0(GridTcpCommunicationMessageAdapter _msg) {
GridContinuousMessage clone = (GridContinuousMessage)_msg;

clone.type = type;
clone.routineId = routineId;
Expand Down

0 comments on commit 1f80aeb

Please sign in to comment.