HBASE-5932 Move RegionServerStatusProtocol from ipc package to top-level
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1bf7b3f136
commit
7bdcad0c28
|
@ -16,7 +16,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.apache.hadoop.hbase.ipc;
|
||||
package org.apache.hadoop.hbase;
|
||||
|
||||
import org.apache.hadoop.classification.InterfaceAudience;
|
||||
import org.apache.hadoop.classification.InterfaceStability;
|
Loading…
Reference in New Issue