USRE-84 RETSSearchOfficeTransaction update

This commit is contained in:
YuCheng Hu 2021-11-24 13:40:36 -05:00
parent 7f3b7494e7
commit 3600bc1b98
1 changed files with 3 additions and 2 deletions

View File

@ -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 RETSSearchOfficeTransaction extends RETSSearchTransaction {
static Category cat = Category.getInstance(RETSSearchOfficeTransaction.class);
private final static Logger logger = LoggerFactory.getLogger(RETSSearchOfficeTransaction.class);
/** Creates new a RETSSearchOfficeTransaction
*