Cleanup DataTree interfaces and InMemmoryDataTreeFactory
[yangtools.git] / yang / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / tree / DataTreeCandidateTip.java
index ed082df336af868a2633d0f28143145fcffa427b..7045a9edc9dc3ddf1cd64b248d908956b561e725 100644 (file)
@@ -17,6 +17,6 @@ import com.google.common.annotations.Beta;
  * a candidate commit needs to be coordinated across distributed parties.
  */
 @Beta
-public interface DataTreeCandidateTip extends DataTreeCandidate, TipProducingDataTreeTip {
+public interface DataTreeCandidateTip extends DataTreeCandidate, DataTreeTip {
 
 }