You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2004/01/09 04:47:11 UTC

cvs commit: xml-xindice/java/src/org/apache/xindice/core/meta/inline InlineMetaService.java

vgritsenko    2004/01/08 19:47:11

  Modified:    java/src/org/apache/xindice/core/meta/inline
                        InlineMetaService.java
  Log:
  Add fixme to think about...
  
  Revision  Changes    Path
  1.8       +4 -2      xml-xindice/java/src/org/apache/xindice/core/meta/inline/InlineMetaService.java
  
  Index: InlineMetaService.java
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/core/meta/inline/InlineMetaService.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- InlineMetaService.java	7 Jan 2004 04:05:05 -0000	1.7
  +++ InlineMetaService.java	9 Jan 2004 03:47:11 -0000	1.8
  @@ -63,6 +63,7 @@
   import org.apache.commons.logging.LogFactory;
   import org.apache.xindice.core.FaultCodes;
   import org.apache.xindice.core.data.Value;
  +import org.apache.xindice.core.data.Record;
   
   /**
    * If the documents in a collection have headers, the Collection
  @@ -184,6 +185,7 @@
            */
   
           Value value = new Value(rawData, rawData[0], rawData.length - rawData[0]);
  +        // FIXME: May be Record should be used instead? new Record(null, value, map);
           return new DatabaseEntry(map, value);
       }