mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8052398: Uniqify test framework class names
Reviewed-by: darcy
This commit is contained in:
parent
a39651d5ea
commit
0ae5880c01
49 changed files with 183 additions and 183 deletions
|
@ -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 reading of generic methods and constructors.
|
||||
* @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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue