Skip to content

Commit

Permalink
Fixing build issues
Browse files Browse the repository at this point in the history
Fixing problems with the build.
  • Loading branch information
ChrisForsythe committed May 9, 2018
1 parent 8019b62 commit ee6a816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static ThreatIntelPluginConfiguration create(@JsonProperty("otx_enabled")
@JsonProperty("tor_enabled") boolean torEnabled,
@JsonProperty("spamhaus_enabled") boolean spamhausEnabled,
@JsonProperty("abusech_ransom_enabled") boolean abusechRansomEnabled,
@JsonProperty("minemeld_enabled") boolean ) {
@JsonProperty("minemeld_enabled") boolean minemeldEnabled ) {
return builder()
.otxEnabled(otxEnabled)
.otxApiKey(otxApiKey)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class MineMeldIpLookupFunction extends LookupTableFunction<GenericLookupR
private final LookupTableService.Function lookupFunction;

@Inject
public MineMeldmIpLookupFunction(final LookupTableService lookupTableService) {
public MineMeldIpLookupFunction(final LookupTableService lookupTableService) {
this.lookupFunction = lookupTableService.newBuilder().lookupTable(LOOKUP_TABLE_NAME).build();
}

Expand Down

0 comments on commit ee6a816

Please sign in to comment.