Code comment

This commit is contained in:
Rainer Simon 2020-09-14 10:55:06 +02:00 committed by GitHub
parent 159cd3cdfa
commit 918d517926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -95,9 +95,9 @@ export default class Highlighter {
} }
/** /**
* Forces a new ID on the given annotation (or annotation with the given ID). * Forces a new ID on the annotation with the given ID. This method handles
* This method handles the ID update within the Highlighter ONLY. It's up to * the ID update within the Highlighter ONLY. It's up to the application to
* the application to keep the RelationsLayer in sync! * keep the RelationsLayer in sync!
* *
* @returns the updated annotation for convenience * @returns the updated annotation for convenience
*/ */