commit | 90359fc08b5d2cf65607b9b47da4b9f1e6721f71 | [log] [tgz] |
---|---|---|
author | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Tue Feb 13 13:57:20 2018 -0500 |
committer | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Mon Feb 19 16:39:49 2018 -0500 |
tree | 2a080888b5c7522858c52d6d19f9b1d7e9167c4f | |
parent | aa36d5e65d2dc81e82a056e078ac978a0dc9d430 [diff] |
RuleBase: Fix typos Change-Id: Ic55104ec2bbcffd720322eb767731eb10457aaf4
diff --git a/src/main/java/com/googlesource/gerrit/plugins/its/base/workflow/RuleBase.java b/src/main/java/com/googlesource/gerrit/plugins/its/base/workflow/RuleBase.java index 41dc9fa..38e0788 100644 --- a/src/main/java/com/googlesource/gerrit/plugins/its/base/workflow/RuleBase.java +++ b/src/main/java/com/googlesource/gerrit/plugins/its/base/workflow/RuleBase.java
@@ -28,7 +28,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -/** Collection and matcher agains {@link Rule}s. */ +/** Collection and matcher against {@link Rule}s. */ public class RuleBase { private static final Logger log = LoggerFactory.getLogger(RuleBase.class); @@ -73,7 +73,7 @@ } /** - * Adds rules from a file to the the RuleBase. + * Adds rules from a file to the RuleBase. * * <p>If the given file does not exist, it is silently ignored *