File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
spring-context/src/main/java/org/springframework/validation Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ public void setPrefix(String prefix) {
116
116
* Specify the format for message codes built by this resolver.
117
117
* <p>The default is {@link Format#PREFIX_ERROR_CODE}.
118
118
* @since 3.2
119
+ * @see Format
119
120
*/
120
121
public void setMessageCodeFormatter (MessageCodeFormatter formatter ) {
121
122
this .formatter = (formatter == null ? DEFAULT_FORMATTER : formatter );
@@ -206,7 +207,7 @@ protected String postProcessMessageCode(String code) {
206
207
/**
207
208
* Common message code formats.
208
209
*
209
- * @author Phil Webb
210
+ * @author Phillip Webb
210
211
* @author Chris Beams
211
212
* @since 3.2
212
213
* @see MessageCodeFormatter
Original file line number Diff line number Diff line change 22
22
* @author Chris Beams
23
23
* @since 3.2
24
24
* @see DefaultMessageCodesResolver
25
+ * @see DefaultMessageCodesResolver.Format
25
26
*/
26
27
public interface MessageCodeFormatter {
27
28
You can’t perform that action at this time.
0 commit comments