Skip to content

Commit

Permalink
SHIBUI-2270
Browse files Browse the repository at this point in the history
cleanup


Former-commit-id: fd68ec9
  • Loading branch information
chasegawa committed Aug 22, 2022
1 parent 996d221 commit 5161791
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ private Map<String, Map<String,String>> convertPropertiesToMaps(List<ShibPropert
}
Map<String,String> props = result.get(confFile);
props.put(setting.getPropertyName(), setting.getPropertyValue());
// result.put(confFile,props);
}
return result;
}
Expand Down

0 comments on commit 5161791

Please sign in to comment.