/[gzz]/gzz/lava/test/gzz/storm/ContentTypeIndexType.java
ViewVC logotype

Diff of /gzz/lava/test/gzz/storm/ContentTypeIndexType.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by benja, Mon Jan 13 23:47:17 2003 UTC revision 1.4 by benja, Tue Jan 14 00:02:26 2003 UTC
# Line 44  public class ContentTypeIndexType implem Line 44  public class ContentTypeIndexType implem
44           *  XXX For real use, this should not block.           *  XXX For real use, this should not block.
45           */           */
46          public Set getBlocks(String contentType) throws IOException {          public Set getBlocks(String contentType) throws IOException {
             System.out.println("Getblocks: "+db+" -- "+contentType);  
47              byte[] key = contentType.getBytes("US-ASCII");              byte[] key = contentType.getBytes("US-ASCII");
48              Collection mappings = db.get(key).block();              Collection mappings = db.get(key).block();
49    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26