Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 893DD9473 for ; Sat, 29 Oct 2011 18:04:43 +0000 (UTC) Received: (qmail 18321 invoked by uid 500); 29 Oct 2011 18:04:43 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 18265 invoked by uid 500); 29 Oct 2011 18:04:43 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 18258 invoked by uid 99); 29 Oct 2011 18:04:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2011 18:04:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2011 18:04:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D332A23888E4 for ; Sat, 29 Oct 2011 18:04:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1194957 - in /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry: MethodCacheEntryFactory.java MethodPermCacheEntryFactory.java PermissionCacheEntry.java PermissionCacheEntryFactory.java Date: Sat, 29 Oct 2011 18:04:21 -0000 To: commits@commons.apache.org From: mcucchiara@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111029180421.D332A23888E4@eris.apache.org> Author: mcucchiara Date: Sat Oct 29 18:04:20 2011 New Revision: 1194957 URL: http://svn.apache.org/viewvc?rev=1194957&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/entry/MethodCacheEntryFactory.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/MethodPermCacheEntryFactory.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/PermissionCacheEntry.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/PermissionCacheEntryFactory.java Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/MethodCacheEntryFactory.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/MethodCacheEntryFactory.java?rev=1194957&r1=1194956&r2=1194957&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/MethodCacheEntryFactory.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/MethodCacheEntryFactory.java Sat Oct 29 18:04:20 2011 @@ -1,6 +1,6 @@ +package org.apache.commons.ognl.internal.entry; + /* - * $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,10 @@ * under the License. */ -package org.apache.commons.ognl.internal.entry; +/* + * $Id$ + */ + import org.apache.commons.ognl.OgnlRuntime; import org.apache.commons.ognl.internal.CacheException; Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/MethodPermCacheEntryFactory.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/MethodPermCacheEntryFactory.java?rev=1194957&r1=1194956&r2=1194957&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/MethodPermCacheEntryFactory.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/MethodPermCacheEntryFactory.java Sat Oct 29 18:04:20 2011 @@ -1,6 +1,6 @@ +package org.apache.commons.ognl.internal.entry; + /* - * $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.entry; +/* + * $Id$ + */ import org.apache.commons.ognl.OgnlRuntime; import org.apache.commons.ognl.internal.CacheException; Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/PermissionCacheEntry.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/PermissionCacheEntry.java?rev=1194957&r1=1194956&r2=1194957&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/PermissionCacheEntry.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/PermissionCacheEntry.java Sat Oct 29 18:04:20 2011 @@ -1,6 +1,6 @@ +package org.apache.commons.ognl.internal.entry; + /* - * $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.entry; +/* + * $Id$ + */ import java.lang.reflect.Method; Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/PermissionCacheEntryFactory.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/PermissionCacheEntryFactory.java?rev=1194957&r1=1194956&r2=1194957&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/PermissionCacheEntryFactory.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/internal/entry/PermissionCacheEntryFactory.java Sat Oct 29 18:04:20 2011 @@ -1,6 +1,6 @@ +package org.apache.commons.ognl.internal.entry; + /* - * $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.entry; +/* + * $Id$ + */ import org.apache.commons.ognl.OgnlInvokePermission; import org.apache.commons.ognl.internal.CacheException;