summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/javassist/rmi/package.html2
-rw-r--r--src/main/javassist/web/package.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/javassist/rmi/package.html b/src/main/javassist/rmi/package.html
index 9f613666..5432a948 100644
--- a/src/main/javassist/rmi/package.html
+++ b/src/main/javassist/rmi/package.html
@@ -1,6 +1,6 @@
<html>
<body>
-Remote Method Invocation.
+Sample implementation of remote method invocation.
<p>This package enables applets to access remote objects
running on the web server with regular Java syntax.
diff --git a/src/main/javassist/web/package.html b/src/main/javassist/web/package.html
index 2204efe9..3d5c6393 100644
--- a/src/main/javassist/web/package.html
+++ b/src/main/javassist/web/package.html
@@ -1,6 +1,6 @@
<html>
<body>
-Web server.
+Simple web server.
<p>This package provides a simple web server for other packages.
</body>