Commit 86ce4741 authored by Phillip Webb's avatar Phillip Webb

Fix malformed javadoc

See gh-9000
parent ac9f380c
......@@ -29,8 +29,8 @@ import org.springframework.util.StringUtils;
/**
* A configuration property name composed of elements separated by dots. Names may contain
* the characters ("{@code a-z}" "{@code 0-9}") & "{@code -}", they must be lower-case and
* must start with a letter. The "{@code -}" is used purely for formatting, i.e.
* the characters "{@code a-z}" "{@code 0-9}") and "{@code -}", they must be lower-case
* and must start with a letter. The "{@code -}" is used purely for formatting, i.e.
* "{@code foo-bar}" and "{@code foobar}" are considered equivalent.
* <p>
* The "{@code [}" and "{@code ]}" characters may be used to indicate an associative
......
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