Skip to content

Commit

Permalink
Fixed jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomheymann committed Nov 23, 2020
1 parent 6da1854 commit d89d2e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ export class EncryptedSavedObjectsService {
* saved object with a version specified, this will return "true".
*
* @param type Saved object type.
* @param type Saved object version number which changes on each successful write operation.
* @param version Saved object version number which changes on each successful write operation.
* Can be used in conjunction with `overwrite` for implementing optimistic concurrency
* control.
* @param type Overwrite existing documents.
* @param overwrite Overwrite existing documents.
*/
public canSpecifyID(type: string, version?: string, overwrite?: boolean) {
const typeDefinition = this.typeDefinitions.get(type);
Expand Down

0 comments on commit d89d2e1

Please sign in to comment.