1 package org.jboss.test.profileservice.simple1;2 3 import java.io.IOException ;4 5 /**6 * A simple read-only profile service for testing the basic kernel bootstrap7 * and management view usecases.8 *9 * @author Scott.Stark@jboss.org10 * @version $Revision$11 */12 public class ProfileServiceImpl213 extends ProfileServiceImpl14 {15 public ProfileServiceImpl2() throws IOException 16 {17 defatulImpl = new ProfileImpl2();18 }19 20 }21