mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-04 02:35:33 +00:00
8024678: Java source files in hotspot/test/testlibrary should not use @author tag in JavaDoc
Reviewed-by: twisti
This commit is contained in:
parent
f9b1731815
commit
74b0d053ee
@ -36,8 +36,7 @@ import java.nio.file.*;
|
||||
import java.nio.file.attribute.*;
|
||||
|
||||
/**
|
||||
* * Handler for dirs containing classes to compile.
|
||||
* @author igor.ignatyev@oracle.com
|
||||
* Handler for dirs containing classes to compile.
|
||||
*/
|
||||
public class ClassPathDirEntry extends PathHandler {
|
||||
|
||||
|
||||
@ -35,7 +35,6 @@ import java.nio.file.*;
|
||||
|
||||
/**
|
||||
* Handler for jar-files containing classes to compile.
|
||||
* @author igor.ignatyev@oracle.com
|
||||
*/
|
||||
public class ClassPathJarEntry extends PathHandler {
|
||||
|
||||
|
||||
@ -31,8 +31,6 @@ import java.util.concurrent.Executor;
|
||||
|
||||
/**
|
||||
* Handler for dirs containing jar-files with classes to compile.
|
||||
*
|
||||
* @author igor.ignatyev@oracle.com
|
||||
*/
|
||||
public class ClassPathJarInDirEntry extends PathHandler {
|
||||
|
||||
|
||||
@ -32,8 +32,6 @@ import java.util.concurrent.Executor;
|
||||
|
||||
/**
|
||||
* Handler for files containing a list of classes to compile.
|
||||
*
|
||||
* @author igor.ignatyev@oracle.com
|
||||
*/
|
||||
public class ClassesListInFile extends PathHandler {
|
||||
public ClassesListInFile(Path root, Executor executor) {
|
||||
|
||||
@ -32,9 +32,6 @@ import java.nio.file.Paths;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.*;
|
||||
|
||||
/**
|
||||
* @author igor.ignatyev@oracle.com
|
||||
*/
|
||||
public class CompileTheWorld {
|
||||
/**
|
||||
* Entry point. Compiles classes in {@code args}, or all classes in
|
||||
|
||||
@ -36,8 +36,6 @@ import java.util.concurrent.atomic.AtomicLong;
|
||||
/**
|
||||
* Provide method to compile whole class.
|
||||
* Also contains compiled methods and classes counters.
|
||||
*
|
||||
* @author igor.ignatyev@oracle.com
|
||||
*/
|
||||
public class Compiler {
|
||||
private Compiler() { }
|
||||
|
||||
@ -35,10 +35,7 @@ import java.util.concurrent.Executor;
|
||||
|
||||
/**
|
||||
* Abstract handler for path.
|
||||
* <p/>
|
||||
* Concrete subclasses should implement method {@link #process()}.
|
||||
*
|
||||
* @author igor.ignatyev@oracle.com
|
||||
*/
|
||||
public abstract class PathHandler {
|
||||
private static final Pattern JAR_IN_DIR_PATTERN
|
||||
|
||||
@ -31,8 +31,6 @@ import java.util.regex.Pattern;
|
||||
|
||||
/**
|
||||
* Auxiliary methods.
|
||||
*
|
||||
* @author igor.ignatyev@oracle.com
|
||||
*/
|
||||
public class Utils {
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user