USRE-84 RETSSearchAgentTransaction update
This commit is contained in:
parent
3600bc1b98
commit
e528a85ced
|
@ -1,6 +1,7 @@
|
|||
package org.realtor.rets.retsapi;
|
||||
|
||||
import org.apache.log4j.*;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
|
||||
/**
|
||||
|
@ -11,7 +12,7 @@ import org.apache.log4j.*;
|
|||
* @version 1.0
|
||||
*/
|
||||
public class RETSSearchAgentTransaction extends RETSSearchTransaction {
|
||||
static Category cat = Category.getInstance(RETSSearchAgentTransaction.class);
|
||||
private final static Logger logger = LoggerFactory.getLogger(RETSSearchAgentTransaction.class);
|
||||
|
||||
/**create a new RETSSearchAgentTransaction*/
|
||||
public RETSSearchAgentTransaction() {
|
||||
|
|
Loading…
Reference in New Issue