start of new file
[IRC.git] / Robust / src / Benchmarks / Conglomerator / Tag / Stock.java
1 public class Stock extends Lookup {
2         public Stock() {
3                 url="q?s=%5EDJI";
4                 //url="";
5                 hostname="finance.yahoo.com";
6                 start="</title>";
7                 end="</html>";
8                 exclusive=true;
9         }
10
11 }