Fix typos

Closes gh-3326
This commit is contained in:
izeye 2015-06-25 08:17:26 +09:00 committed by Stephane Nicoll
parent bc9321734f
commit e6a3099003
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ public class LocalDevToolsAutoConfigurationTests {
}
@Test
public void restartTriggerdOnClassPathChangeWithRestart() throws Exception {
public void restartTriggeredOnClassPathChangeWithRestart() throws Exception {
this.context = initializeAndRun(Config.class);
ClassPathChangedEvent event = new ClassPathChangedEvent(this.context,
Collections.<ChangedFiles> emptySet(), true);
@ -143,7 +143,7 @@ public class LocalDevToolsAutoConfigurationTests {
}
@Test
public void restartNotTriggerdOnClassPathChangeWithRestart() throws Exception {
public void restartNotTriggeredOnClassPathChangeWithRestart() throws Exception {
this.context = initializeAndRun(Config.class);
ClassPathChangedEvent event = new ClassPathChangedEvent(this.context,
Collections.<ChangedFiles> emptySet(), false);