1 //$Id: Dog.java,v 1.2 2004/09/02 02:28:13 oneovthafew Exp $2 package org.hibernate.test.hql;3 4 /**5 * @author Gavin King6 */7 public class Dog extends DomesticAnimal {8 9 }10