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:
Michael Stack 2012-05-30 19:53:37 +00:00
parent 1bf7b3f136
commit 7bdcad0c28
1 changed files with 1 additions and 1 deletions

View File

@ -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;