OnJava8-Examples/objects/Documentation2.java
2015-09-07 11:44:36 -06:00

8 lines
162 B
Java

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