Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Karsten Schnitter <k.schnitter@sap.com>
Signed-off-by: David Venable <dlv@amazon.com>
  • Loading branch information
dlvenable and KarstenSchnitter authored Jun 27, 2024
1 parent 57dba9b commit 1ee8acd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public UserAgentProcessor(
super(pluginMetrics);
this.config = config;
this.userAgentParser = new CaffeineCachingParser(config.getCacheSize());
sourceKey = config.getSource();
targetKey = eventKeyFactory.createEventKey(config.getTarget(), EventKeyFactory.EventAction.PUT);
this.sourceKey = config.getSource();
this.targetKey = eventKeyFactory.createEventKey(config.getTarget(), EventKeyFactory.EventAction.PUT);
}

@Override
Expand Down

0 comments on commit 1ee8acd

Please sign in to comment.