Closes gh-12981
This commit is contained in:
Johnny Lim
2018-04-27 11:48:13 +09:00
committed by Stephane Nicoll
parent f2d8ca8b3a
commit b941c5f1a6
7 changed files with 31 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2017 the original author or authors.
* Copyright 2012-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -66,7 +66,7 @@ public class OptionalLiveReloadServer implements InitializingBean {
}
/**
* Trigger LiveReload if the server is up an running.
* Trigger LiveReload if the server is up and running.
*/
public void triggerReload() {
if (this.server != null) {