1 //$Id: Lizard.java,v 1.1 2004/06/03 16:31:32 steveebersole Exp $2 package org.hibernate.test.hql;3 4 /**5 * @author Gavin King6 */7 public class Lizard extends Reptile {8 9 }10