@@ -44,7 +44,6 @@ export default class HighlightCommand extends Command {
/**
* Executes the command.
*
- * @protected
* @param {Object} [options] Options for the executed command.
* @param {String} [options.value] The value to apply.
@@ -26,7 +26,6 @@ export default class InsertParagraphCommand extends Command {
* @param {Object} options Options for the executed command.
* @param {module:engine/model/element~Element} options.element The model element next to which
* the new paragraph will be inserted.