1 /*
2 * Created on May 25, 2004
3 *
4 */
5 /***
6 * @author jbergin
7 *
8 */
9 public class HtmlFixture extends com.jbergin.HtmlFixture {
10 /***
11 * Create a new com.jbergin.HtmlFixture
12 */
13 public HtmlFixture() {
14 super();
15 // This class just points you to the real implementation
16 // It makes HtmlFixture a synonym for com.jbergin.HtmlFixture
17 }
18 }