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
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue