Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Jun 28, 2023
1 parent 8a28d12 commit 8ef81ca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,7 @@ public String getHeader(String key) {
* Returns the persistent header for the given key or <code>null</code> if not present - persistent headers cannot be stashed
*/
public Object getPersistent(String key) {
Object value = threadLocal.get().persistentHeaders.get(key);
return value;
return threadLocal.get().persistentHeaders.get(key);
}

/**
Expand Down

0 comments on commit 8ef81ca

Please sign in to comment.