diff options
author | John Keiser <shalom@gnu.org> | 1999-02-11 22:11:12 +0000 |
---|---|---|
committer | John Keiser <shalom@gnu.org> | 1999-02-11 22:11:12 +0000 |
commit | 5813c8fdb39812b3c567cdf41ece927d9083e9ae (patch) | |
tree | 94836f8be061a2d5bd41426b8245aeae00d746bf /java/lang/RuntimePermission.java | |
parent | 9c1473c606bd7590489f8372b41f9ddccb735a04 (diff) | |
download | classpath-5813c8fdb39812b3c567cdf41ece927d9083e9ae.tar.gz |
Fixed glaring ugliness in doc comments
Diffstat (limited to 'java/lang/RuntimePermission.java')
-rw-r--r-- | java/lang/RuntimePermission.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/lang/RuntimePermission.java b/java/lang/RuntimePermission.java index f7302d10d..036e605b1 100644 --- a/java/lang/RuntimePermission.java +++ b/java/lang/RuntimePermission.java @@ -29,7 +29,7 @@ import java.security.*; * convention. In addition, an asterisk may appear at the end of a * name if following a period or by itself. * - * <table> + * <table border=1> * <tr><th>Valid names</th><th>Invalid names</th></tr> * <tr><td>"accessClassInPackage.*","*"</td> * <td>"**", "*x", "*.a"</td></tr> @@ -38,8 +38,8 @@ import java.security.*; * * The following table provides a list of all the possible RuntimePermission * permission names with a description of what that permission allows. - * - * <table> + * <br> + * <table border=1> * <tr><th>Permission Name</th><th>Permission Allows</th></tr> * <tr> * <td><code>createClassLoader</code></td> |