/* * Created on 11.08.2004 * * @author Jens Guenther */ package de.unirostock.AbstractFactory.example; public abstract class ShipFactoryProduct { }