Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll 2018-03-12 09:07:05 +01:00
commit 7f9ab8078f
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ As DevTools monitors classpath resources, the only way to trigger a restart is t
the classpath. The way in which you cause the classpath to be updated depends on the IDE
that you are using. In Eclipse, saving a modified file causes the classpath to be updated
and triggers a restart. In IntelliJ IDEA, building the project
(`Build +->+ Make Project`) has the same effect.
(`Build +->+ Build Project`) has the same effect.
****
[NOTE]