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