Skip to content

Commit

Permalink
fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
emanueldima committed Dec 3, 2020
1 parent bc7cab8 commit fffa66d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class InfoResource {
public InfoResource(ToolRegistry toolRegistry, Map<String, String> gitProps,
boolean enableMultipleResources,
long maxAllowedDataSize,
String contactEmail) {
String contactEmail) throws IOException {
this.toolRegistry = toolRegistry;
this.gitProps = gitProps == null ? new HashMap<>() : gitProps;
this.enableMultipleResources = enableMultipleResources;
Expand Down

0 comments on commit fffa66d

Please sign in to comment.