//: generics/coffee/Cappuccino.java // ©2015 MindView LLC: see Copyright.txt package generics.coffee; public class Cappuccino extends Coffee {} ///:~