/[storm]/storm/org/nongnu/storm/modules/gispmap/GispPeer.java
ViewVC logotype

Diff of /storm/org/nongnu/storm/modules/gispmap/GispPeer.java

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

revision 1.8 by tuukkah, Tue May 13 12:36:02 2003 UTC revision 1.9 by benja, Thu May 22 22:41:05 2003 UTC
# Line 30  import org.nongnu.storm.*; Line 30  import org.nongnu.storm.*;
30  import org.nongnu.storm.impl.*;  import org.nongnu.storm.impl.*;
31  import org.nongnu.storm.impl.p2p.*;  import org.nongnu.storm.impl.p2p.*;
32  import org.nongnu.storm.pointers.PointerIndex;  import org.nongnu.storm.pointers.PointerIndex;
33    import org.nongnu.storm.pointers.TitleIndex;
34  import org.nongnu.storm.util.HTTPProxy;  import org.nongnu.storm.util.HTTPProxy;
35  import org.nongnu.storm.util.HtmlLinkIndex;  import org.nongnu.storm.util.HtmlLinkIndex;
36    
# Line 57  public class GispPeer extends Peer { Line 58  public class GispPeer extends Peer {
58          Set indexTypes = new HashSet();          Set indexTypes = new HashSet();
59          indexTypes.add(HtmlLinkIndex.type);          indexTypes.add(HtmlLinkIndex.type);
60          indexTypes.add(PointerIndex.type);          indexTypes.add(PointerIndex.type);
61            indexTypes.add(TitleIndex.type);
62    
63          int i=0;          int i=0;
64          while(i<argv.length) {          while(i<argv.length) {

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