You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by dn...@apache.org on 2005/05/29 00:40:37 UTC

svn commit: r178892 - /lucene/java/trunk/contrib/swing/src/java/org/apache/lucene/swing/models/TableSearcher.java /lucene/java/trunk/contrib/swing/src/java/overview.html

Author: dnaber
Date: Sat May 28 15:40:36 2005
New Revision: 178892

URL: http://svn.apache.org/viewcvs?rev=178892&view=rev
Log:
small javadoc fixes

Modified:
    lucene/java/trunk/contrib/swing/src/java/org/apache/lucene/swing/models/TableSearcher.java
    lucene/java/trunk/contrib/swing/src/java/overview.html

Modified: lucene/java/trunk/contrib/swing/src/java/org/apache/lucene/swing/models/TableSearcher.java
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/contrib/swing/src/java/org/apache/lucene/swing/models/TableSearcher.java?rev=178892&r1=178891&r2=178892&view=diff
==============================================================================
--- lucene/java/trunk/contrib/swing/src/java/org/apache/lucene/swing/models/TableSearcher.java (original)
+++ lucene/java/trunk/contrib/swing/src/java/org/apache/lucene/swing/models/TableSearcher.java Sat May 28 15:40:36 2005
@@ -49,18 +49,18 @@
  * easy to add searching functionaliy to existing JTables -- or
  * making new search capable table lucene.
  *
- * This decorator works by holding a reference to a decorated ot inner
+ * <p>This decorator works by holding a reference to a decorated ot inner
  * TableModel. All data is stored within that table model, not this
  * table model. Rather, this table model simply manages links to
  * data in the inner table model according to the search. All methods on
  * TableSearcher forward to the inner table model with subtle filtering
  * or alteration according to the search criteria.
  *
- * Using the table model:
+ * <p>Using the table model:
  *
  * Pass the TableModel you want to decorate in at the constructor. When
  * the TableModel initializes, it displays all search results. Call
- * the search methid with any vaid Lucene search String and the data
+ * the search method with any valid Lucene search String and the data
  * will be filtered by the search string. Users can always clear the search
  * at any time by searching with an empty string. Additionally, you can
  * add a button calling the clearSearch() method.

Modified: lucene/java/trunk/contrib/swing/src/java/overview.html
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/contrib/swing/src/java/overview.html?rev=178892&r1=178891&r2=178892&view=diff
==============================================================================
--- lucene/java/trunk/contrib/swing/src/java/overview.html (original)
+++ lucene/java/trunk/contrib/swing/src/java/overview.html Sat May 28 15:40:36 2005
@@ -1,6 +1,6 @@
 <html>
   <head>
-    <title>Jakarta Lucene Swing Component Models</title>
+    <title>Apache Lucene Swing Component Models</title>
   </head>
   <body>
   </body>