8191632: Typos in comments due to duplicating words

Reviewed-by: alanb
This commit is contained in:
Ivan Gerasimov 2017-11-20 18:46:52 -08:00
parent 91549ed5ce
commit ac14c02059
16 changed files with 19 additions and 19 deletions

View file

@ -1593,7 +1593,7 @@ public class ModuleDescriptor
/**
* Adds a dependence on a module with the given (and possibly empty)
* set of modifiers. The dependence includes the version of the
* module that that was recorded at compile-time.
* module that was recorded at compile-time.
*
* @param ms
* The set of modifiers

View file

@ -217,7 +217,7 @@ final class Resolver {
Resolver bind() {
// Scan the finders for all available service provider modules. As
// java.base uses services then then module finders will be scanned
// java.base uses services then the module finders will be scanned
// anyway.
Map<String, Set<ModuleReference>> availableProviders = new HashMap<>();
for (ModuleReference mref : findAll()) {