Author: aadamchik
Date: Thu Jul 20 13:57:47 2006
New Revision: 424061

URL: http://svn.apache.org/viewvc?rev=424061&view=rev
Log:
no change, just moving license header to the top

Modified:
    
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/wocompat/EODbAttribute.java

Modified: 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/wocompat/EODbAttribute.java
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/wocompat/EODbAttribute.java?rev=424061&r1=424060&r2=424061&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/wocompat/EODbAttribute.java
 (original)
+++ 
incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/apache/cayenne/wocompat/EODbAttribute.java
 Thu Jul 20 13:57:47 2006
@@ -1,8 +1,3 @@
-package org.apache.cayenne.wocompat;
-
-import org.apache.cayenne.map.DbAttribute;
-import org.apache.cayenne.map.DbEntity;
-
 /*****************************************************************
  *   Licensed to the Apache Software Foundation (ASF) under one
  *  or more contributor license agreements.  See the NOTICE file
@@ -21,7 +16,10 @@
  *  specific language governing permissions and limitations
  *  under the License.
  ****************************************************************/
+package org.apache.cayenne.wocompat;
 
+import org.apache.cayenne.map.DbAttribute;
+import org.apache.cayenne.map.DbEntity;
 
 /**
  * EOModel-friendly DbAttribute subclass.


Reply via email to