OnJava8-Examples/objects/Documentation2.java
2015-11-14 16:18:05 -08:00

8 lines
162 B
Java

// objects/Documentation2.java
// ©2016 MindView LLC: see Copyright.txt
/** <pre>
* System.out.println(new Date());
* </pre>
*/
public class Documentation2 {}