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

11 lines
218 B
Java

// objects/Documentation3.java
// ©2016 MindView LLC: see Copyright.txt
/** You can <em>even</em> insert a list:
* <ol>
* <li> Item one
* <li> Item two
* <li> Item three
* </ol>
*/
public class Documentation3 {}