5 lines
140 B
Java
Raw Normal View History

2015-06-15 17:47:35 -07:00
//: generics/coffee/Mocha.java
// <20>2015 MindView LLC: see Copyright.txt
package generics.coffee;
public class Mocha extends Coffee {} ///:~