Browse Source

updated javadoc comments


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@219 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 18 years ago
parent
commit
65e6ac8421

+ 2
- 0
Readme.html View File

@@ -289,6 +289,8 @@ see javassist.Dump.
public members.
<li>getEnclosingClass() in javassist.CtClass was renamed
to getEnclosingMethod().
<li>The return type of CtClass.stopPruning() was changed from void
to boolean.
<li>toMethod() in javassist.CtConstructor has been implemented.
<li>javassist.preproc package was elminated and the source was
moved to the sample directory.

+ 1
- 1
src/main/javassist/web/Viewer.java View File

@@ -19,7 +19,7 @@ import java.io.*;
import java.net.*;

/**
* An applet viewer.
* A sample applet viewer.
*
* <p>This is a sort of applet viewer that can run any program even if
* the main class is not a subclass of <code>Applet</code>.

+ 1
- 1
src/main/javassist/web/Webserver.java View File

@@ -21,7 +21,7 @@ import java.util.Date;
import javassist.*;

/**
* A web server for Javassist.
* A web server for running sample programs.
*
* <p>This enables a Java program to instrument class files loaded by
* web browsers for applets. Since the (standard) security manager

+ 2
- 2
src/main/javassist/web/package.html View File

@@ -1,7 +1,7 @@
<html>
<body>
Simple web server.
Simple web server for running sample code.

<p>This package provides a simple web server for other packages.
<p>This package provides a simple web server for sample packages.
</body>
</html>

Loading…
Cancel
Save