Fixed CS
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/08665fec Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/08665fec Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/08665fec Branch: refs/heads/master Commit: 08665fecde2010f1d4663b7988282bdd978841e8 Parents: 5ae721c Author: Andrea Cosentino <anco...@gmail.com> Authored: Fri Feb 19 09:30:06 2016 +0100 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Fri Feb 19 09:30:06 2016 +0100 ---------------------------------------------------------------------- .../apache/camel/component/infinispan/InfinispanUtil.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/08665fec/components/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/InfinispanUtil.java ---------------------------------------------------------------------- diff --git a/components/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/InfinispanUtil.java b/components/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/InfinispanUtil.java index b0713da..20819ae 100644 --- a/components/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/InfinispanUtil.java +++ b/components/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/InfinispanUtil.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You 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 - * <p> - * http://www.apache.org/licenses/LICENSE-2.0 - * <p> + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -24,7 +24,7 @@ import org.infinispan.commons.api.BasicCacheContainer; import org.infinispan.context.Flag; import org.infinispan.manager.EmbeddedCacheManager; -public class InfinispanUtil { +public final class InfinispanUtil { private InfinispanUtil() { }