/[gzz]/gzz/lava/gzz/storm/IndexedPool.java
ViewVC logotype

Diff of /gzz/lava/gzz/storm/IndexedPool.java

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

revision 1.8 by benja, Mon Dec 30 13:26:42 2002 UTC revision 1.9 by benja, Mon Dec 30 13:48:23 2002 UTC
# Line 52  public interface IndexedPool extends Sto Line 52  public interface IndexedPool extends Sto
52      interface DB {      interface DB {
53          /** Collect <code>IndexedPool.Mappings</code>s          /** Collect <code>IndexedPool.Mappings</code>s
54           *  with the given key from this DB.           *  with the given key from this DB.
55             *  The data may be requested from untrusted network sources,
56             *  so code using this method must be robust
57             *  in the face of corrupted data.
58           */           */
59          Collector get(byte[] key);          Collector get(byte[] key);
60      }      }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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