Commit b60eadb1 authored by Arnaud Heritier's avatar Arnaud Heritier Committed by Stephane Nicoll

Add missing semicolon in example

Closes gh-13266
parent 6f0ccc64
......@@ -419,7 +419,7 @@ following example:
@Override
protected void configure(HttpSecurity http) throws Exception {
http.requestMatcher(EndpointRequest.toAnyEndpoint()).authorizeRequests()
.anyRequest().permitAll()
.anyRequest().permitAll();
}
}
......
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