Skip to content

Commit 088a314

Browse files
committed
fix(cdk/tree): change explicit breaking-change version to PLACEHOLDER
1 parent 906a492 commit 088a314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/tree/control/base-tree-control.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {TreeControl} from './tree-control';
1313
* Base tree control. It has basic toggle/expand/collapse operations on a single data node.
1414
*
1515
* @deprecated Use one of levelAccessor or childrenAccessor
16-
* @breaking-change 14.0.0
16+
* @breaking-change PLACEHOLDER
1717
*/
1818
export abstract class BaseTreeControl<T, K = T> implements TreeControl<T, K> {
1919
/** Gets a list of descendent data nodes of a subtree rooted at given data node recursively. */

0 commit comments

Comments
 (0)