Code formatting

pull/10/head
Jens Pelzetter 2021-08-04 20:32:12 +02:00
parent a41c032e40
commit 89443517c1
1 changed files with 2 additions and 2 deletions

View File

@ -126,8 +126,8 @@ public class CategoryManager implements Serializable {
final CcmObject object,
@RequiresPrivilege(PRIVILEGE_MANAGE_CATEGORY_OBJECTS)
final Category category,
final String type) {
final String type
) {
Objects.requireNonNull(object, "Null can't be added to a category.");
Objects.requireNonNull(category,
"Can't add an object to category 'null'.");