From 6f6f89873944d7607eeaad13d3c9e58411132a4d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 20 Jul 2015 10:22:10 -0700 Subject: [PATCH] Polish --- .../oauth2/method/OAuth2MethodSecurityConfiguration.java | 1 + .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- .../bind/PropertiesConfigurationFactoryPerformanceTests.java | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/method/OAuth2MethodSecurityConfiguration.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/method/OAuth2MethodSecurityConfiguration.java index 3c71a9dc0d..971559dbef 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/method/OAuth2MethodSecurityConfiguration.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/method/OAuth2MethodSecurityConfiguration.java @@ -112,6 +112,7 @@ public class OAuth2MethodSecurityConfiguration implements BeanFactoryPostProcess } return null; } + } } diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 8e52704e12..91aaf9aeba 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -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 diff --git a/spring-boot/src/test/java/org/springframework/boot/bind/PropertiesConfigurationFactoryPerformanceTests.java b/spring-boot/src/test/java/org/springframework/boot/bind/PropertiesConfigurationFactoryPerformanceTests.java index 1647b8ba48..9d839cd32f 100644 --- a/spring-boot/src/test/java/org/springframework/boot/bind/PropertiesConfigurationFactoryPerformanceTests.java +++ b/spring-boot/src/test/java/org/springframework/boot/bind/PropertiesConfigurationFactoryPerformanceTests.java @@ -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;