File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ request but before a merge.
79
79
* Use the Spring Framework code format conventions. Import ` eclipse-code-formatter.xml ` from the root of the project
80
80
if you are using Eclipse. If using IntelliJ, copy ` spring-intellij-code-style.xml ` to ` ~/.IntelliJIdea*/config/codestyles `
81
81
and select spring-intellij-code-style from Settings -> Code Styles.
82
- * Make sure all new .java files to have a simple Javadoc class comment with at least an @author tag identifying you, and
82
+ * Make sure all new .java files have a simple Javadoc class comment with at least an @author tag identifying you, and
83
83
preferably at least a paragraph on what the class is for.
84
84
* Add the ASF license header comment to all new .java files (copy from existing files in the project)
85
85
* Add yourself as an @author to the .java files that you modify substantially (more than cosmetic changes).
You can’t perform that action at this time.
0 commit comments