Author: mcucchiara Date: Sat Oct 29 17:42:47 2011 New Revision: 1194944 URL: http://svn.apache.org/viewvc?rev=1194944&view=rev Log: OGNL-11: fixed checkstyle errors (Fixed licence header position)
Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/CacheFactory.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCache.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCacheHandler.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCacheImpl.java Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/CacheFactory.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/CacheFactory.java?rev=1194944&r1=1194943&r2=1194944&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/CacheFactory.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/CacheFactory.java Sat Oct 29 17:42:47 2011 @@ -1,5 +1,24 @@ package org.apache.commons.ognl.internal; +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. 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 + * + * 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. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + import org.apache.commons.ognl.internal.entry.CacheEntryFactory; import org.apache.commons.ognl.internal.entry.ClassCacheEntryFactory; Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCache.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCache.java?rev=1194944&r1=1194943&r2=1194944&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCache.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCache.java Sat Oct 29 17:42:47 2011 @@ -1,6 +1,6 @@ +package org.apache.commons.ognl.internal; + /* - * $Id$ - * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -19,8 +19,9 @@ * under the License. */ -package org.apache.commons.ognl.internal; - +/* + * $Id$ + */ import org.apache.commons.ognl.ClassCacheInspector; /** Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCacheHandler.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCacheHandler.java?rev=1194944&r1=1194943&r2=1194944&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCacheHandler.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCacheHandler.java Sat Oct 29 17:42:47 2011 @@ -1,6 +1,6 @@ +package org.apache.commons.ognl.internal; + /* - * $Id$ - * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -19,8 +19,9 @@ * under the License. */ -package org.apache.commons.ognl.internal; - +/* + * $Id$ + */ public class ClassCacheHandler { Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCacheImpl.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCacheImpl.java?rev=1194944&r1=1194943&r2=1194944&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCacheImpl.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/ClassCacheImpl.java Sat Oct 29 17:42:47 2011 @@ -1,6 +1,6 @@ +package org.apache.commons.ognl.internal; + /* - * $Id$ - * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -19,7 +19,9 @@ * under the License. */ -package org.apache.commons.ognl.internal; +/* + * $Id$ + */ import org.apache.commons.ognl.ClassCacheInspector;