Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Zhukovskyi <vzhukovs@redhat.com>
  • Loading branch information
vzhukovs committed Sep 2, 2019
1 parent a92c8a2 commit 95e1b9d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ private Map<String, String> getMapFromJsonObject(String json) {
return new Gson().fromJson(json, stringMapType);
}

private Optional<String> getPreferenceValue(String keyFilter)
throws InfrastructureException {
private Optional<String> getPreferenceValue(String keyFilter) throws InfrastructureException {
try {
String userId = EnvironmentContext.getCurrent().getSubject().getUserId();
Map<String, String> preferencesMap = preferenceManager.find(userId, keyFilter);
Expand Down

0 comments on commit 95e1b9d

Please sign in to comment.