Align appendix edits with source code

Port editing changes from append to java source files to ensure that
IDE meta-data also reflects the improvements.

Closes gh-10870
This commit is contained in:
Phillip Webb
2017-11-20 15:46:39 -08:00
parent 3e5b7dd4ac
commit e82913dd5a
59 changed files with 375 additions and 358 deletions

View File

@@ -422,7 +422,7 @@ public class ConfigurationMetadataAnnotationProcessor extends AbstractProcessor
.add(ItemMetadata.newGroup(endpointKey(endpointId), type, type, null));
this.metadataCollector.add(ItemMetadata.newProperty(endpointKey(endpointId),
"enabled", Boolean.class.getName(), type, null,
String.format("Enable the %s endpoint.", endpointId),
String.format("Whether to enable the %s endpoint.", endpointId),
(enabledByDefault == null ? true : enabledByDefault), null));
this.metadataCollector.add(ItemMetadata.newProperty(endpointKey(endpointId),
"cache.time-to-live", Duration.class.getName(), type, null,