polish meta-data description

pull/2713/head
Stephane Nicoll 10 years ago
parent 65c974d7f6
commit 1e3a057786

@ -28,7 +28,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
public class HateoasProperties {
/**
* If HATEOAS support should be applied to the primary ObjectMapper.
* Specify if HATEOAS support should be applied to the primary ObjectMapper.
*/
private boolean applyToPrimaryObjectMapper = true;

@ -45,7 +45,7 @@ public class JacksonProperties {
/**
* Joda date time format string (yyyy-MM-dd HH:mm:ss). If not configured,
* {@code date-format} will be used as a fallback if it is configured with a format
* "date-format" will be used as a fallback if it is configured with a format
* string.
*/
private String jodaDateTimeFormat;

@ -107,17 +107,17 @@ public class HornetQProperties {
private String dataDirectory;
/**
* Comma-separate list of queues to create on startup.
* Comma-separated list of queues to create on startup.
*/
private String[] queues = new String[0];
/**
* Comma-separate list of topics to create on startup.
* Comma-separated list of topics to create on startup.
*/
private String[] topics = new String[0];
/**
* Cluster password. Randomly generated on startup by default
* Cluster password. Randomly generated on startup by default.
*/
private String clusterPassword = UUID.randomUUID().toString();

@ -53,7 +53,7 @@ public class MongoProperties {
private Integer port = null;
/**
* Mmongo database URI. When set, host and port are ignored.
* Mongo database URI. When set, host and port are ignored.
*/
private String uri = "mongodb://localhost/test";

@ -56,7 +56,7 @@ public class SecurityProperties implements SecurityPrerequisite {
public static final int IGNORED_ORDER = Ordered.HIGHEST_PRECEDENCE;
/**
* The default order of Spring Security's Filter
* Default order of Spring Security's Filter.
*/
public static final int DEFAULT_FILTER_ORDER = 0;
@ -239,7 +239,7 @@ public class SecurityProperties implements SecurityPrerequisite {
private String[] path = new String[] { "/**" };
/**
* The security authorize mode to apply.
* Security authorize mode to apply.
*/
private SecurityAuthorizeMode authorizeMode = SecurityAuthorizeMode.ROLE;

@ -48,7 +48,7 @@ public class GzipFilterProperties {
private Integer minGzipSize;
/**
* The level used for deflate compression (0-9).
* Level used for deflate compression (0-9).
*/
private Integer deflateCompressionLevel;

@ -316,7 +316,7 @@ public class ServerProperties implements EmbeddedServletContainerCustomizer, Ord
private String compression = "off";
/**
* A comma-separated list of MIME types for which compression is used.
* Comma-separated list of MIME types for which compression is used.
*/
private String compressableMimeTypes = "text/html,text/xml,text/plain";

@ -39,7 +39,7 @@ public class WebMvcProperties {
private String locale;
/**
* Date format to use (e.g. dd/MM/yyyy)
* Date format to use (e.g. dd/MM/yyyy).
*/
private String dateFormat;

@ -62,7 +62,7 @@
{
"name": "spring.http.converters.preferred-json-mapper",
"type": "java.lang.String",
"description": "The preferred JSON mapper to use for HTTP message conversion."
"description": "Preferred JSON mapper to use for HTTP message conversion."
},
{
"name": "spring.jmx.enabled",

Loading…
Cancel
Save