1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-20 07:25:23 +02:00

[cleanup][180606] put subclassing info javadoc into a separate paragraph

This commit is contained in:
Martin Oberhuber 2007-04-05 09:41:10 +00:00
parent 9b04251b0b
commit 55973c21f9
2 changed files with 6 additions and 4 deletions

View file

@ -41,8 +41,9 @@ import org.eclipse.rse.internal.services.clientserver.java.StringInfo;
import org.eclipse.rse.internal.services.clientserver.java.UTF8Info; 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 * This is a basic class file parser that returns a package name from a class file.
* intended to be subclassed by clients. * <p>
* This class is not intended to be subclassed by clients.
*/ */
public class BasicClassFileParser { public class BasicClassFileParser {

View file

@ -22,8 +22,9 @@ import java.io.IOException;
import java.io.InputStream; import java.io.InputStream;
/** /**
* Singleton class for obtaining various information about class files. This class is not * Singleton class for obtaining various information about class files.
* intended to be subclassed by clients. * <p>
* This class is not intended to be subclassed by clients.
*/ */
public class ClassFileUtil { public class ClassFileUtil {