Skip to content

Commit

Permalink
set jmx to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Aug 24, 2009
1 parent b89fbcb commit 04879d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/jgroups/demos/Draw.java
@@ -1,4 +1,4 @@
// $Id: Draw.java,v 1.62 2009/06/18 14:52:26 belaban Exp $
// $Id: Draw.java,v 1.63 2009/08/24 06:15:45 belaban Exp $


package org.jgroups.demos;
Expand Down Expand Up @@ -90,7 +90,7 @@ public static void main(String[] args) {
Draw draw=null;
String props=null;
boolean no_channel=false;
boolean jmx=false;
boolean jmx=true;
boolean use_state=false;
boolean use_blocking=false;
String group_name=null;
Expand Down

0 comments on commit 04879d4

Please sign in to comment.