Minor reformattings

This commit is contained in:
Martin Krasser 2010-10-06 14:02:14 +02:00
parent beb77b17d8
commit f3cd17f05b

View file

@ -21,10 +21,10 @@ object JavaAPI {
def apply: Unit
}
/**
/**
* This class represents optional values. Instances of <code>Option</code>
* are either instances of case class <code>Some</code> or it is case
* object <code>None</code>.
* are either instances of case class <code>Some</code> or it is case
* object <code>None</code>.
* <p>
* Java API
*/