Minor reformattings
This commit is contained in:
parent
beb77b17d8
commit
f3cd17f05b
1 changed files with 3 additions and 3 deletions
|
|
@ -21,10 +21,10 @@ object JavaAPI {
|
||||||
def apply: Unit
|
def apply: Unit
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class represents optional values. Instances of <code>Option</code>
|
* This class represents optional values. Instances of <code>Option</code>
|
||||||
* are either instances of case class <code>Some</code> or it is case
|
* are either instances of case class <code>Some</code> or it is case
|
||||||
* object <code>None</code>.
|
* object <code>None</code>.
|
||||||
* <p>
|
* <p>
|
||||||
* Java API
|
* Java API
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue