blob: 05ae8746970876d461e253ccf252425ef55ccd39 [file] [log] [blame]
class SubClient extends Client {
void method () {
Product product = getFactory().create();
System.out.println (product);
}
}