Skip to content

Commit

Permalink
Merge pull request #129 from sumeetphadnis/master
Browse files Browse the repository at this point in the history
New method to get the JChannel initiated by ReplicatedSpace
  • Loading branch information
ar authored Jan 21, 2020
2 parents f663b41 + 3f92b43 commit 9e2340b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -622,5 +622,9 @@ public synchronized Object nrd (Object key, long timeout) {
}
return obj;
}

public JChannel getChannel() {
return channel;
}
}

0 comments on commit 9e2340b

Please # to comment.