Polishing gh-3300. Adds required javadoc.

This commit is contained in:
sgibb
2024-03-14 22:25:14 -04:00
parent d199da3b0b
commit a8f9568f1a

View File

@@ -73,6 +73,9 @@ Modified response header Access-Control-Allow-Credentials: true
public class DedupeResponseHeaderGatewayFilterFactory
extends AbstractGatewayFilterFactory<DedupeResponseHeaderGatewayFilterFactory.Config> {
/**
* The name of the strategy key.
*/
public static final String STRATEGY_KEY = "strategy";
public DedupeResponseHeaderGatewayFilterFactory() {