1 /*------------------------------------------------------------------------------
2 Name: ReplDemo.java
3 Project: org.xmlBlasterProject: xmlBlaster.org
4 Copyright: xmlBlaster.org, see xmlBlaster-LICENSE file
5 ------------------------------------------------------------------------------*/
6 package javaclients.contrib.replication;
7
8 // import java.util.logging.Logger;
9
10 import org.xmlBlaster.contrib.replication.ReplicationAgent;
11
12 /**
13 * @author <a href="mailto:michele@laghi.eu">Michele Laghi</a>
14 */
15 public class ReplDemo {
16 // private static Logger log = Logger.getLogger(ReplDemo.class.getName());
17
18 /**
19 */
20 public static void main(String[] args) {
21 ReplicationAgent.main(args);
22 }
23
24 /**
25 * Default ctor.
26 */
27 public ReplDemo() {
28 super();
29 }
30
31 }
syntax highlighted by Code2HTML, v. 0.9.1