now go back into the original class ... remove the old method... the one with the delegation find all calls to the old method in all code (including in all your JUnit tests) and change them to invocations of the new method in Rental compile, test, all is well. this step uses the working new method to verify the changes to the JUnit tests.