We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a2a33 commit 7b73f23Copy full SHA for 7b73f23
spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/LabelTag.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2012 the original author or authors.
+ * Copyright 2002-2016 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -25,8 +25,6 @@
25
* Databinding-aware JSP tag for rendering an HTML '{@code label}' element
26
* that defines text that is associated with a single form element.
27
28
- * <p>The {@link #setFor(String) 'for'} attribute is required.
29
- *
30
* <p>See the "formTags" showcase application that ships with the
31
* full Spring distribution for an example of this class in action.
32
0 commit comments