8052398: Uniqify test framework class names

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2016-08-12 17:45:31 -07:00
parent a39651d5ea
commit 0ae5880c01
49 changed files with 183 additions and 183 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2016, 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
@ -27,16 +27,16 @@
* @summary Verify the contents of the ClassDoc of a generic class.
* @library ../../lib
* @modules jdk.javadoc
* @compile ../../lib/Tester.java Main.java
* @compile ../../lib/OldToolTester.java Main.java
* @run main Main
*/
import java.io.IOException;
import com.sun.javadoc.*;
public class Main extends Tester.Doclet {
public class Main extends OldToolTester.Doclet {
private static final Tester tester = new Tester("Main", "pkg1");
private static final OldToolTester tester = new OldToolTester("Main", "pkg1");
public static void main(String[] args) throws IOException {
tester.run();