You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mc...@apache.org on 2011/10/29 20:11:38 UTC

svn commit: r1194961 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlRuntime.java

Author: mcucchiara
Date: Sat Oct 29 18:11:37 2011
New Revision: 1194961

URL: http://svn.apache.org/viewvc?rev=1194961&view=rev
Log:
OGNL-11: fixed checkstyle errors (Fixed licence header position)

Modified:
    commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlRuntime.java

Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlRuntime.java
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlRuntime.java?rev=1194961&r1=1194960&r2=1194961&view=diff
==============================================================================
--- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlRuntime.java (original)
+++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlRuntime.java Sat Oct 29 18:11:37 2011
@@ -1,6 +1,6 @@
+package org.apache.commons.ognl;
+
 /*
- * $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;
+/*
+ * $Id$
+ */
 
 import org.apache.commons.ognl.enhance.ExpressionCompiler;
 import org.apache.commons.ognl.enhance.OgnlExpressionCompiler;