[hibernate-commits] Hibernate SVN: r18315 - entitymanager/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/ejb.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Dec 22 08:27:13 EST 2009


Author: stliu
Date: 2009-12-22 08:27:13 -0500 (Tue, 22 Dec 2009)
New Revision: 18315

Modified:
   entitymanager/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/ejb/HibernatePersistence.java
   entitymanager/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/ejb/QueryImpl.java
Log:
minor change, correct spell and add copyright

Modified: entitymanager/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/ejb/HibernatePersistence.java
===================================================================
--- entitymanager/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/ejb/HibernatePersistence.java	2009-12-22 13:24:38 UTC (rev 18314)
+++ entitymanager/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/ejb/HibernatePersistence.java	2009-12-22 13:27:13 UTC (rev 18315)
@@ -17,7 +17,7 @@
 	 */
 	public static final String PROVIDER = "javax.persistence.provider";
 	/**
-	 * ²
+	 * 
 	 * transaction type
 	 */
 	public static final String TRANSACTION_TYPE = "javax.persistence.transactionType";
@@ -113,7 +113,7 @@
 
 	/**
 	 * Get an entity manager factory by its entity manager name and given the
-	 * appropriate extra properties. Those proeprties override the one get through
+	 * appropriate extra properties. Those properties override the one get through
 	 * the peristence.xml file.
 	 *
 	 * @param persistenceUnitName entity manager name

Modified: entitymanager/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/ejb/QueryImpl.java
===================================================================
--- entitymanager/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/ejb/QueryImpl.java	2009-12-22 13:24:38 UTC (rev 18314)
+++ entitymanager/branches/v3_4_0_GA_CP/src/main/java/org/hibernate/ejb/QueryImpl.java	2009-12-22 13:27:13 UTC (rev 18315)
@@ -1,4 +1,26 @@
-//$Id$
+/*
+ * Hibernate, Relational Persistence for Idiomatic Java
+ *
+ * Copyright (c) 2009 by Red Hat Inc and/or its affiliates or by
+ * third-party contributors as indicated by either @author tags or express
+ * copyright attribution statements applied by the authors.  All
+ * third-party contributions are distributed under license by Red Hat Inc.
+ *
+ * This copyrighted material is made available to anyone wishing to use, modify,
+ * copy, or redistribute it subject to the terms and conditions of the GNU
+ * Lesser General Public License, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
+ * for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this distribution; if not, write to:
+ * Free Software Foundation, Inc.
+ * 51 Franklin Street, Fifth Floor
+ * Boston, MA  02110-1301  USA
+ */
 package org.hibernate.ejb;
 
 import java.util.Calendar;



More information about the hibernate-commits mailing list