start of new file
[IRC.git] / Robust / src / Benchmarks / Conglomerator / Java / Google.java
1 public class Google extends Lookup{
2         public Google() {
3                 url="";
4                 hostname="www.google.com";
5                 start="<html>";
6                 end="</html>";
7                 exclusive=true;
8         }
9
10 }