husted 02/01/01 05:45:43 Modified: contrib/artimus/WEB-INF/src/java/org/apache/artimus/article Access.java Log: Update Artimus for latest changes to Scaffolding, including reliance on the nightly build. Revision Changes Path 1.2 +10 -10 jakarta-struts/contrib/artimus/WEB-INF/src/java/org/apache/artimus/article/Access.java Index: Access.java =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/artimus/WEB-INF/src/java/org/apache/artimus/article/Access.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Access.java 10 Nov 2001 12:04:12 -0000 1.1 +++ Access.java 1 Jan 2002 13:45:43 -0000 1.2 @@ -21,13 +21,13 @@ import org.apache.scaffold.search.LuceneUtils; import org.apache.artimus.search.Engine; -import com.lucene.document.Document; -import com.lucene.document.Field; -import com.lucene.index.IndexWriter; -import com.lucene.index.Term; +import org.apache.lucene.document.Document; +import org.apache.lucene.document.Field; +import org.apache.lucene.index.IndexWriter; +import org.apache.lucene.index.Term; -// import com.lucene.search.Hits; -// import com.lucene.search.Query; +// import org.apache.lucene.search.Hits; +// import org.apache.lucene.search.Query; /** @@ -41,8 +41,8 @@ * This class could be based on an interface if another * (non-SQL) type of access was needed. * @author Ted Husted - * @version $Revision: 1.1 $ $Date: 2001/11/10 12:04:12 $ - */ + * @version $Revision: 1.2 $ $Date: 2002/01/01 13:45:43 $ +**/ public final class Access { @@ -54,7 +54,7 @@ * thereby encapsulating the implementation. * <p> * @exception ModelException if SQL error occurs - */ + **/ public static final void createTable() throws ModelException { try { @@ -379,4 +379,4 @@ * information on the Apache Software Foundation, please see * <http://www.apache.org/>. * - */ +**/
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>