From: Arthur Schiwon Date: Thu, 26 Nov 2015 11:15:00 +0000 (+0100) Subject: proper description for IllegalIDChangeException X-Git-Tag: v9.0beta1~671^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d660c6162fdca619e98a5096f660a3998853171f;p=nextcloud-server.git proper description for IllegalIDChangeException --- diff --git a/lib/public/comments/illegalidchangeexception.php b/lib/public/comments/illegalidchangeexception.php index 8bce3cf2f89..4e13ef6e444 100644 --- a/lib/public/comments/illegalidchangeexception.php +++ b/lib/public/comments/illegalidchangeexception.php @@ -3,7 +3,7 @@ namespace OCP\Comments; /** - * Exception for not found entity + * Exception for illegal attempts to modify a comment ID * @since 9.0.0 */ class IllegalIDChangeException extends \Exception {}