|
@@ -26,7 +26,7 @@ import java.io.IOException;
|
|
|
import java.lang.reflect.Method;
|
|
|
import java.net.InetSocketAddress;
|
|
|
|
|
|
-import junit.framework.Assert;
|
|
|
+import org.junit.Assert;
|
|
|
|
|
|
import org.apache.commons.logging.Log;
|
|
|
import org.apache.commons.logging.LogFactory;
|
|
@@ -390,4 +390,4 @@ System.out.println("echo int is NOT supported");
|
|
|
builder.setRpcKind(rpcKind.toString());
|
|
|
return builder.build();
|
|
|
}
|
|
|
-}
|
|
|
+}
|