mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[cleanup][180606] put subclassing info javadoc into a separate paragraph
This commit is contained in:
parent
9b04251b0b
commit
55973c21f9
2 changed files with 6 additions and 4 deletions
|
@ -41,8 +41,9 @@ import org.eclipse.rse.internal.services.clientserver.java.StringInfo;
|
|||
import org.eclipse.rse.internal.services.clientserver.java.UTF8Info;
|
||||
|
||||
/**
|
||||
* This is a basic class file parser that returns a package name from a class file. This class is not
|
||||
* intended to be subclassed by clients.
|
||||
* This is a basic class file parser that returns a package name from a class file.
|
||||
* <p>
|
||||
* This class is not intended to be subclassed by clients.
|
||||
*/
|
||||
public class BasicClassFileParser {
|
||||
|
||||
|
|
|
@ -22,8 +22,9 @@ import java.io.IOException;
|
|||
import java.io.InputStream;
|
||||
|
||||
/**
|
||||
* Singleton class for obtaining various information about class files. This class is not
|
||||
* intended to be subclassed by clients.
|
||||
* Singleton class for obtaining various information about class files.
|
||||
* <p>
|
||||
* This class is not intended to be subclassed by clients.
|
||||
*/
|
||||
public class ClassFileUtil {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue