Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions lib/node/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,6 @@ export abstract class Node {
return isDavResource(this.source, this._knownDavService)
}

/**
* @deprecated use `isDavResource` instead - will be removed in next major version.
*/
get isDavRessource(): boolean {
return this.isDavResource
}

/**
* Get the dav root of this object
* There is no setter as the root is not meant to be changed
Expand Down