From f6c7f8c07828d02c05cfbc0cfa2490f6b50f3604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jules=20Tr=C3=A9horel?= Date: Fri, 12 Feb 2016 14:06:26 +0100 Subject: [PATCH] Checkstyle cleaning --- .../jivesoftware/smack/packet/CustomAttributesExtension.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smack-core/src/main/java/org/jivesoftware/smack/packet/CustomAttributesExtension.java b/smack-core/src/main/java/org/jivesoftware/smack/packet/CustomAttributesExtension.java index b120f75d75..06287cf54c 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/packet/CustomAttributesExtension.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/packet/CustomAttributesExtension.java @@ -2,7 +2,7 @@ * * Copyright 2016 Jules Tréhorel * - * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * @@ -32,7 +32,7 @@ * * @author Jules Tréhorel */ -public class CustomAttributesExtension implements ExtensionElement { +public final class CustomAttributesExtension implements ExtensionElement { public final static String NAME = "customAttributes"; public final static String NAMESPACE = "http://smack.jivesoftware.com";