1 // $Id: SUV.java,v 1.1 2005/06/08 18:23:44 steveebersole Exp $2 package org.hibernate.test.hql;3 4 /**5 * Implementation of SUV.6 *7 * @author Steve Ebersole8 */9 public class SUV extends Truck {10 }11