Use correct product name for IntelliJ IDEA

This commit is contained in:
Stéphane Nicoll
2025-12-02 16:54:56 +01:00
parent c7e24a5c26
commit 47f65b3dff
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ bin
.springBeans
spring-*/src/main/java/META-INF/MANIFEST.MF
# IDEA artifacts and output dirs
# IntelliJ IDEA artifacts and output dirs
*.iml
*.ipr
*.iws
+1 -1
View File
@@ -120,7 +120,7 @@ source code into your IDE.
The wiki pages
[Code Style](https://github.com/spring-projects/spring-framework/wiki/Code-Style) and
[IntelliJ IDEA Editor Settings](https://github.com/spring-projects/spring-framework/wiki/IntelliJ-IDEA-Editor-Settings)
define the source file coding standards we use along with some IDEA editor settings we customize.
define the source file coding standards we use along with some IntelliJ editor settings we customize.
### Reference Docs
+1 -1
View File
@@ -54,4 +54,4 @@ _When instructed to execute `./gradlew` from the command line, be sure to execut
In any case, please do not check in your own generated `.classpath` file, `.project`
file, or `.settings` folder. You'll notice these files are already intentionally in
`.gitignore`. The same policy holds for IDEA metadata.
`.gitignore`. The same policy holds for IntelliJ IDEA metadata.