Skip to content

Commit 217d957

Browse files
authored
Merge pull request #1390 from nextcloud-libraries/chore/drop-isDavRessource
2 parents 10ed12e + 737fa83 commit 217d957

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

lib/node/node.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,6 @@ export abstract class Node {
274274
return isDavResource(this.source, this._knownDavService)
275275
}
276276

277-
/**
278-
* @deprecated use `isDavResource` instead - will be removed in next major version.
279-
*/
280-
get isDavRessource(): boolean {
281-
return this.isDavResource
282-
}
283-
284277
/**
285278
* Get the dav root of this object
286279
* There is no setter as the root is not meant to be changed

0 commit comments

Comments
 (0)