Skip to content

Commit

Permalink
Remove a stray semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed Nov 19, 2024
1 parent b41f212 commit c6f97d5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ public int hashCode() {
*/
PipelineConfiguration maybeUpgradeProcessors(String type, IngestMetadata.ProcessorConfigUpgrader upgrader) {
Map<String, Object> mutableConfigMap = getConfig(false);
;
boolean changed = false;
// This should be a List of Maps, where the keys are processor types and the values are config maps.
// But we'll skip upgrading rather than fail if not.
Expand Down

0 comments on commit c6f97d5

Please sign in to comment.