Skip to content

Commit

Permalink
SHIBUI-2270
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
chasegawa committed Aug 22, 2022
1 parent d4ea0ff commit fd68ec9
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 fd68ec9

Please sign in to comment.