src/java.base/share/classes/jdk/internal/module/ServicesCatalog.java
changeset 53563 a4b7ea85d668
parent 51327 a19fda433921
child 57714 9f44485e7441
--- a/src/java.base/share/classes/jdk/internal/module/ServicesCatalog.java	Tue Jan 29 15:13:35 2019 -0800
+++ b/src/java.base/share/classes/jdk/internal/module/ServicesCatalog.java	Wed Jan 30 00:24:32 2019 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -86,7 +86,7 @@
     private ServicesCatalog() { }
 
     /**
-     * Creates a ServicesCatalog that supports concurrent registration and
+     * Creates a ServicesCatalog that supports concurrent registration
      * and lookup
      */
     public static ServicesCatalog create() {