Browse Source

Merge pull request #127 from esaulpaugh/master

fix two typos in rmic manual page
master
Stefan Bodewig GitHub 5 years ago
parent
commit
4f062bf6d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manual/Tasks/rmic.html

+ 1
- 1
manual/Tasks/rmic.html View File

@@ -30,7 +30,7 @@


<p><b>Note</b> <kbd>rmic</kbd> has been deprecated as of Java 13 and <p><b>Note</b> <kbd>rmic</kbd> has been deprecated as of Java 13 and
removed as of Java 15. Trying to use it with Java15 will fail unless removed as of Java 15. Trying to use it with Java15 will fail unless
you specifiy the execxutable or rmic-adapter explicitly.</p>
you specify the executable or rmic-adapter explicitly.</p>


<p><code>Rmic</code> can be run on a single class (as specified with the classname attribute) or a <p><code>Rmic</code> can be run on a single class (as specified with the classname attribute) or a
number of classes at once (all classes below base that are neither <code>_Stub</code> number of classes at once (all classes below base that are neither <code>_Stub</code>


Loading…
Cancel
Save