Skip to content

Commit

Permalink
[SHIBUI-1044]
Browse files Browse the repository at this point in the history
initialize optional
  • Loading branch information
jj committed Dec 12, 2018
1 parent f3cccd0 commit aec0fa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ public class ShibUIConfiguration {
* Note that the password must be encrypted in the file using the system configured password encryption (by default,
* BCrypt)
*/
private Optional<Resource> userBootstrapResource;
private Optional<Resource> userBootstrapResource = Optional.empty();
}

0 comments on commit aec0fa4

Please sign in to comment.