From d660c6162fdca619e98a5096f660a3998853171f Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 26 Nov 2015 12:15:00 +0100 Subject: [PATCH] proper description for IllegalIDChangeException --- lib/public/comments/illegalidchangeexception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/comments/illegalidchangeexception.php b/lib/public/comments/illegalidchangeexception.php index 8bce3cf2f8..4e13ef6e44 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 {}