Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarazzutti committed Aug 31, 2016
1 parent 7ed9c8e commit 0d9d832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/ch/fever/insomnia/Insomnia.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ static Insomnia getInstance() throws UnsupportedArchitectureException {
}

/**
*
* @return a optional containing the singleton of the insomnia
*/
static Optional<Insomnia> getOptInstance(){
return Optional.ofNullable( InsomniaHelper.getInstance());
static Optional<Insomnia> getOptInstance() {
return Optional.ofNullable(InsomniaHelper.getInstance());
}
}

0 comments on commit 0d9d832

Please sign in to comment.