[jboss-cvs] jboss-seam/src/main/org/jboss/seam/persistence ...
Gavin King
gavin.king at jboss.com
Thu Oct 4 19:08:08 EDT 2007
User: gavin
Date: 07/10/04 19:08:08
Modified: src/main/org/jboss/seam/persistence
HibernateSessionProxy.java
FullTextEntityManagerProxy.java
Log:
fix warnings
Revision Changes Path
1.6 +1 -0 jboss-seam/src/main/org/jboss/seam/persistence/HibernateSessionProxy.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: HibernateSessionProxy.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/persistence/HibernateSessionProxy.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- HibernateSessionProxy.java 28 Sep 2007 15:34:42 -0000 1.5
+++ HibernateSessionProxy.java 4 Oct 2007 23:08:08 -0000 1.6
@@ -78,6 +78,7 @@
return delegate.close();
}
+ @SuppressWarnings("deprecation")
public Connection connection() throws HibernateException
{
return delegate.connection();
1.2 +3 -4 jboss-seam/src/main/org/jboss/seam/persistence/FullTextEntityManagerProxy.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: FullTextEntityManagerProxy.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/persistence/FullTextEntityManagerProxy.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- FullTextEntityManagerProxy.java 6 Sep 2007 18:05:18 -0000 1.1
+++ FullTextEntityManagerProxy.java 4 Oct 2007 23:08:08 -0000 1.2
@@ -1,13 +1,12 @@
-//$Id: FullTextEntityManagerProxy.java,v 1.1 2007/09/06 18:05:18 ebernard Exp $
+//$Id: FullTextEntityManagerProxy.java,v 1.2 2007/10/04 23:08:08 gavin Exp $
package org.jboss.seam.persistence;
import java.io.Serializable;
-import javax.persistence.EntityManager;
+import org.apache.lucene.search.Query;
+import org.hibernate.search.SearchFactory;
import org.hibernate.search.jpa.FullTextEntityManager;
import org.hibernate.search.jpa.FullTextQuery;
-import org.hibernate.search.SearchFactory;
-import org.apache.lucene.search.Query;
/**
* Wrap a FullTextEntityManager
More information about the jboss-cvs-commits
mailing list