Author: vgritsenko
Date: Sun Sep 2 03:53:17 2007
New Revision: 571950
URL: http://svn.apache.org/viewvc?rev=571950&view=rev
Log:
renamed method
Modified:
xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaService.java
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaService.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaService.java?rev=571950&r1=571949&r2=571950&view=diff
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaService.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/meta/inline/InlineMetaService.java Sun Sep 2 03:53:17 2007
@@ -136,7 +136,7 @@
}
final InlineMetaReader reader = readerByVersion[version];
- InlineMetaMap map = reader.read(rawValue.getSubvalue(2, headerLen - 2));
+ InlineMetaMap map = reader.read(rawValue.valueAt(2, headerLen - 2));
if (log.isDebugEnabled()) {
log.debug("readDatabaseEntry: map: type=" + map.get("type"));
}
@@ -145,7 +145,7 @@
* Exract the data into a Value object.
*/
- Value value = rawValue.getSubvalue(headerLen, rawValue.getLength() - headerLen);
+ Value value = rawValue.valueAt(headerLen, rawValue.getLength() - headerLen);
// FIXME: May be Record should be used instead? new Record(null, value, map);
return new DatabaseEntry(map, value);
}
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.