OnJava8-Examples/objects/Documentation3.java
Bruce Eckel 49edcc8b17 reorg
2015-06-15 17:47:35 -07:00

13 lines
221 B
Java

//: objects/Documentation3.java
// ©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 {}
///:~