Skip to content

Commit

Permalink
database enable parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 1, 2008
1 parent 9665990 commit aad2259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -36,7 +36,7 @@
import org.jumpmind.symmetric.transport.ConnectionRejectedException;
import org.jumpmind.symmetric.transport.TransportException;

public class PullService implements IPullService {
public class PullService extends AbstractService implements IPullService {

private static final Log logger = LogFactory.getLog(PullService.class);

Expand Down
Expand Up @@ -40,7 +40,7 @@
import org.jumpmind.symmetric.transport.ITransportManager;
import org.jumpmind.symmetric.transport.TransportException;

public class PushService implements IPushService {
public class PushService extends AbstractService implements IPushService {

private static final Log logger = LogFactory.getLog(PushService.class);

Expand Down

0 comments on commit aad2259

Please sign in to comment.