Commit 838e6cdb authored by Miguel Gomes's avatar Miguel Gomes Committed by Stephane Nicoll

Improve description of Endpoint exclude

See gh-13619
parent 00883a4e
......@@ -81,7 +81,7 @@ public class WebEndpointProperties {
private Set<String> include = new LinkedHashSet<>();
/**
* Endpoint IDs that should be excluded.
* Endpoint IDs that should be excluded or '*' for all.
*/
private Set<String> exclude = new LinkedHashSet<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment