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