test/jdk/tools/pack200/Pack200Test.java
changeset 51994 7577686cc9bd
parent 49258 be0ec3cc0c2a
--- a/test/jdk/tools/pack200/Pack200Test.java	Tue Oct 02 21:38:54 2018 +0530
+++ b/test/jdk/tools/pack200/Pack200Test.java	Tue Oct 02 22:36:08 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2018, 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
@@ -133,7 +133,7 @@
      */
     public static void main(String[] args) throws Exception {
         // select the jars carefully, adding more jars will increase the
-        // testing time, especially for jprt.
+        // testing time.
         jarList.add(Utils.createRtJar());
         jarList.add(Utils.getGoldenJar());
         System.out.println(jarList);