// license-header java merge-point /** * This is only generated once! It will never be overwritten. * You can (and have to!) safely modify it by hand. */ package org.andromda.test.6; /** * @see org.andromda.test.6.Car */ public class CarImpl extends org.andromda.test.6.Car { /** * The serial version UID of this class. Needed for serialization. */ private static final long serialVersionUID = -3944133354514979020L; /** * @see org.andromda.test.6.Car#isRented() */ public boolean isRented() { // @todo implement public boolean isRented() return false; } }