Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Oct 24, 2023
1 parent 3d55b42 commit 57d2a2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/org/jgroups/demos/RelayDemoRpc.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ public static void main(String[] args) throws Exception {
demo.start(props, name);
}

public void receive(Message msg) {

}

public void start(String props, String name) throws Exception {
ch=new JChannel(props);
if(name != null)
Expand Down

0 comments on commit 57d2a2f

Please sign in to comment.