Polish
This commit is contained in:
parent
5d74ea2861
commit
6f6f898739
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* 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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue