HADOOP-12890. Fix typo in AbstractService. Contributed by Gabor Liptak.

This commit is contained in:
Akira Ajisaka 2019-04-08 15:26:12 +09:00
parent ab645b3caa
commit bb8dda2bf9
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ public final boolean waitForServiceToStop(long timeout) {
* a new configuration instance, and if so, updates the base class value
* @param conf configuration
* @throws Exception on a failure -these will be caught,
* possibly wrapped, and wil; trigger a service stop
* possibly wrapped, and will trigger a service stop
*/
protected void serviceInit(Configuration conf) throws Exception {
if (conf != config) {