diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2015-11-26 12:15:00 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-11-26 12:15:00 +0100 |
commit | d660c6162fdca619e98a5096f660a3998853171f (patch) | |
tree | 4dc41d78bb61475764ef435621c15b2fde596353 /lib/public | |
parent | ab8937ba6ab28048d667dc6aa34a7ba1b1bd6bd9 (diff) | |
download | nextcloud-server-d660c6162fdca619e98a5096f660a3998853171f.tar.gz nextcloud-server-d660c6162fdca619e98a5096f660a3998853171f.zip |
proper description for IllegalIDChangeException
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/comments/illegalidchangeexception.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 {} |