OnJava8-Examples/objects/Documentation3.java

13 lines
221 B
Java
Raw Normal View History

2015-06-15 17:47:35 -07:00
//: objects/Documentation3.java
// <20>2015 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 {}
///:~