mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6960407: Potential rebranding issues in openjdk/langtools repository sources
Reviewed-by: darcy
This commit is contained in:
parent
0dd9ef9b43
commit
19b81a2817
17 changed files with 28 additions and 29 deletions
|
@ -30,7 +30,7 @@ package com.sun.source.tree;
|
|||
*
|
||||
* <p><b>WARNING:</b> This interface and its sub-interfaces are
|
||||
* subject to change as the Java™ programming language evolves.
|
||||
* These interfaces are implemented by Sun's Java compiler (javac)
|
||||
* These interfaces are implemented by the JDK Java compiler (javac)
|
||||
* and should not be implemented either directly or indirectly by
|
||||
* other applications.
|
||||
*
|
||||
|
|
|
@ -36,7 +36,7 @@ import javax.tools.JavaCompiler.CompilationTask;
|
|||
import javax.tools.JavaFileObject;
|
||||
|
||||
/**
|
||||
* Provides access to functionality specific to the Sun Java Compiler, javac.
|
||||
* Provides access to functionality specific to the JDK Java Compiler, javac.
|
||||
*
|
||||
* @author Peter von der Ahé
|
||||
* @author Jonathan Gibbons
|
||||
|
|
|
@ -30,7 +30,7 @@ import javax.lang.model.element.TypeElement;
|
|||
import javax.tools.JavaFileObject;
|
||||
|
||||
/**
|
||||
* Provides details about work that has been done by the Sun Java Compiler, javac.
|
||||
* Provides details about work that has been done by the JDK Java Compiler, javac.
|
||||
*
|
||||
* @author Jonathan Gibbons
|
||||
* @since 1.6
|
||||
|
|
|
@ -27,7 +27,7 @@ package com.sun.source.util;
|
|||
|
||||
|
||||
/**
|
||||
* Provides a listener to monitor the activity of the Sun Java Compiler, javac.
|
||||
* Provides a listener to monitor the activity of the JDK Java Compiler, javac.
|
||||
*
|
||||
* @author Jonathan Gibbons
|
||||
* @since 1.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue