1 /* 2 * Replica is published under the terms 3 * of the Apache Software License. 4 */ 5 package replica.server.commands.sql; 6 7 import replica.server.commands.LoggedInCommand; 8 9 /*** 10 * @author Pedro Costa 11 * @author Helder Silva 12 * @since 20/Jan/2004 13 */ 14 public abstract class SqlCommand extends LoggedInCommand { 15 16 /*** 17 * 18 */ 19 public SqlCommand() { 20 super(); 21 } 22 23 }

This page was automatically generated by Maven