HBASE-11266 Remove shaded references to logger

This commit is contained in:
Elliott Clark 2014-09-18 11:27:19 -07:00
parent 759922ba7e
commit a8329fa364
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ import org.junit.Test;
import org.junit.experimental.categories.Category;
import com.google.protobuf.Message;
import com.sun.org.apache.commons.logging.Log;
import com.sun.org.apache.commons.logging.LogFactory;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
/**
* Verifies ProcessEndpoint works.