package interfacerewriting; public class TheRunner { TheInterface ti = new TheImpl(); public String run() { return null; } }