Skip to content

Commit 1c637d8

Browse files
committed
Use correct product names for IntelliJ IDEA
1 parent d4ed0b3 commit 1c637d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/hotswapping.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ For more details, see the xref:reference:using/devtools.adoc[] section.
7373
[[howto.hotswapping.reload-java-classes-without-restarting]]
7474
== Reload Java Classes without Restarting the Container
7575

76-
Many modern IDEs (Eclipse, IDEA, and others) support hot swapping of bytecode.
76+
Many modern IDEs (Eclipse, IntelliJ IDEA, and others) support hot swapping of bytecode.
7777
Consequently, if you make a change that does not affect class or method signatures, it should reload cleanly with no side effects.

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/running-your-application.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Most IDEs can import Maven projects directly.
2323
For example, Eclipse users can select `Import...` -> `Existing Maven Projects` from the `File` menu.
2424

2525
If you cannot directly import your project into your IDE, you may be able to generate IDE metadata by using a build plugin.
26-
Maven includes plugins for https://maven.apache.org/plugins/maven-eclipse-plugin/[Eclipse] and https://maven.apache.org/plugins/maven-idea-plugin/[IDEA].
26+
Maven includes plugins for https://maven.apache.org/plugins/maven-eclipse-plugin/[Eclipse] and https://maven.apache.org/plugins/maven-idea-plugin/[IntelliJ IDEA].
2727
Gradle offers plugins for {url-gradle-docs}/userguide.html[various IDEs].
2828

2929
TIP: If you accidentally run a web application twice, you see a "`Port already in use`" error.

0 commit comments

Comments
 (0)