bmesser 2004/11/29 14:51:21 Modified: docs systemproperties.html xdocs systemproperties.xml Log: change lockdir to lockDir so that it follows the existing casing pattern. Revision Changes Path 1.9 +2 -2 jakarta-lucene/docs/systemproperties.html Index: systemproperties.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/systemproperties.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- systemproperties.html 29 Nov 2004 21:09:41 -0000 1.8 +++ systemproperties.html 29 Nov 2004 22:51:21 -0000 1.9 @@ -244,10 +244,10 @@ </tr> <tr valign="TOP"> <td width="25%"> - <a href="api/org/apache/lucene/store/FSDirectory.html#lockdir">lockdir</a> + <a href="api/org/apache/lucene/store/FSDirectory.html#lockDir">lockDir</a> </td> <td width="25%"> - org.apache.lucene.lockdir + org.apache.lucene.lockDir </td> <td width="25%"> the value of <code>java.io.tmpdir</code> system property 1.4 +2 -2 jakarta-lucene/xdocs/systemproperties.xml Index: systemproperties.xml =================================================================== RCS file: /home/cvs/jakarta-lucene/xdocs/systemproperties.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- systemproperties.xml 29 Nov 2004 21:09:41 -0000 1.3 +++ systemproperties.xml 29 Nov 2004 22:51:21 -0000 1.4 @@ -103,10 +103,10 @@ </tr> <tr valign="TOP"> <td width="25%"> - <a href="api/org/apache/lucene/store/FSDirectory.html#lockdir">lockdir</a> + <a href="api/org/apache/lucene/store/FSDirectory.html#lockDir">lockDir</a> </td> <td width="25%"> - org.apache.lucene.lockdir + org.apache.lucene.lockDir </td> <td width="25%"> the value of <code>java.io.tmpdir</code> system property
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]