Split out yang-data-tree-{api,spi}
[yangtools.git] / data / yang-data-tree-api / src / main / java / org / opendaylight / yangtools / yang / data / tree / api / BackendFailedException.java
@@ -5,13 +5,13 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.yangtools.yang.data.api.schema.tree;
+package org.opendaylight.yangtools.yang.data.tree.api;
 
 import com.google.common.annotations.Beta;
 
 /**
- * Exception thrown when the backed of a {@link DataTreeSnapshotCursor}
- * detects an errors which prevents it from completing the requested operation.
+ * Exception thrown when the backend of a {@link DataTreeSnapshotCursor} detects an errors which prevents it from
+ * completing the requested operation.
  */
 @Beta
 public class BackendFailedException extends IllegalStateException {