You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2019/04/08 06:27:10 UTC

[hadoop] branch trunk updated: HADOOP-12890. Fix typo in AbstractService. Contributed by Gabor Liptak.

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new bb8dda2  HADOOP-12890. Fix typo in AbstractService. Contributed by Gabor Liptak.
bb8dda2 is described below

commit bb8dda2bf95d7666b25cd0649e97c716c1352a45
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Mon Apr 8 15:26:12 2019 +0900

    HADOOP-12890. Fix typo in AbstractService. Contributed by Gabor Liptak.
---
 .../src/main/java/org/apache/hadoop/service/AbstractService.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/service/AbstractService.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/service/AbstractService.java
index 5b96fbf4..c9fec43 100644
--- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/service/AbstractService.java
+++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/service/AbstractService.java
@@ -306,7 +306,7 @@ public abstract class AbstractService implements Service {
    * 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) {


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org