Skip to content

Commit f5d8e98

Browse files
authored
Update coding-conventions.adoc: fixed typo
1 parent d13807b commit f5d8e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/coding-conventions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Ensure your IDE (IntelliJ, Eclipse, VSCode, ...) is properly configured.
3434
This is what https://github.com/devonfw/IDEasy[IDEasy] is all about.
3535
A reasonable configuration of formatter, save actions, etc. will ensure:
3636

37-
* no start imports are used (`import java.util.*`)
37+
* no star imports are used (`import java.util.*`)
3838
* no diff-wars in git (if every developer in the team uses the same formatter settings the diffs in git will only show what really changed)
3939
* import statements are properly grouped and sorted
4040
* code has proper indentation and formatting (e.g. newlines after opening curly braces)

0 commit comments

Comments
 (0)