496017ad3fc2554e4ed0ec5522a15ab88ef6ca6b
[IRC.git] / Robust / src / Benchmarks / Conglomerator / Tag / 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 }