Commit 6f6f8987 authored by Phillip Webb's avatar Phillip Webb

Polish

parent 5d74ea28
......@@ -112,6 +112,7 @@ public class OAuth2MethodSecurityConfiguration implements BeanFactoryPostProcess
}
return null;
}
}
}
......@@ -680,7 +680,7 @@ content into your application; rather pick only the properties that you need.
endpoints.trace.id=trace
endpoints.trace.sensitive=true
endpoints.trace.enabled=true
# HYPERMEDIA ENDPOINTS
endpoints.docs.enabled=true
endpoints.docs.curies.enabled=false
......
/*
* Copyright 2012-2013 the original author or authors.
* Copyright 2012-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -82,6 +82,7 @@ public class PropertiesConfigurationFactoryPerformanceTests {
// Foo needs to be public and to have setters for all properties
public static class Foo {
@NotNull
private String name;
......
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