Polish
Closes gh-12981
This commit is contained in:
committed by
Stephane Nicoll
parent
f2d8ca8b3a
commit
b941c5f1a6
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user