|
@@ -15,7 +15,7 @@
|
|
|
* See the License for the specific language governing permissions and
|
|
|
* limitations under the License.
|
|
|
*/
|
|
|
-package org.apache.hadoop.hdfs.server.namenode.ha;
|
|
|
+package org.apache.hadoop.ha;
|
|
|
|
|
|
import org.apache.hadoop.classification.InterfaceAudience;
|
|
|
import org.apache.hadoop.classification.InterfaceStability;
|
|
@@ -60,4 +60,4 @@ public interface FenceMethod {
|
|
|
* determined to be invalid only at runtime
|
|
|
*/
|
|
|
public boolean tryFence(String args) throws BadFencingConfigurationException;
|
|
|
-}
|
|
|
+}
|