Skip to content

Commit

Permalink
Merge pull request #32266 from vespa-engine/balder/avoid-java21-this-…
Browse files Browse the repository at this point in the history
…escape-warning-17

Avoid this escape
  • Loading branch information
jonmv authored Aug 26, 2024
2 parents 78cba73 + 9459753 commit 9549823
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Utility class for assigning properties to messages, either from implicit
* config values or from explicit values in requests.
*/
public class MessagePropertyProcessor implements ConfigSubscriber.SingleSubscriber<FeederConfig> {
public final class MessagePropertyProcessor implements ConfigSubscriber.SingleSubscriber<FeederConfig> {

private static final Logger log = Logger.getLogger(MessagePropertyProcessor.class.getName());
private static final boolean defaultCreateIfNonExistent = false;
Expand Down

0 comments on commit 9549823

Please sign in to comment.