You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by ot...@apache.org on 2004/02/12 19:37:41 UTC

cvs commit: jakarta-lucene/src/java/org/apache/lucene/document Document.java

otis        2004/02/12 10:37:41

  Modified:    src/java/org/apache/lucene/document Document.java
  Log:
  - Cosmetics
  
  Revision  Changes    Path
  1.13      +1 -1      jakarta-lucene/src/java/org/apache/lucene/document/Document.java
  
  Index: Document.java
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/document/Document.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Document.java	16 Sep 2003 21:00:26 -0000	1.12
  +++ Document.java	12 Feb 2004 18:37:41 -0000	1.13
  @@ -186,7 +186,7 @@
       for (DocumentFieldList list = fieldList; list != null; list = list.next) {
         buffer.append(list.field.toString());
         if (list.next != null)
  -	buffer.append(" ");
  +        buffer.append(" ");
       }
       buffer.append(">");
       return buffer.toString();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org