Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
bad HTML entity
element not closed: code
  • Loading branch information
EcljpseB0T authored and iloveeclipse committed Oct 1, 2024
1 parent a797dbb commit 497233a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public enum JavaFeature {
* <dt>Individual exceptions from old rules
* <dd><ul><li>MethodScope.findField()<li>Scope.getBinding(char[], int, InvocationSite, boolean)</ul>
* <dt>Main code gen change in TypeDeclaration.manageEnclosingInstanceAccessIfNecessary()
* <dd>Only if feature is actually supported, we will generate special synthetid args & fields<br>
* <dd>Only if feature is actually supported, we will generate special synthetic args and fields<br>
* Uses some feature-specific help from BlockScope.getEmulationPath()
* </dl>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ synchronized void cachePackage(String packageName, String module) {
}

/**
* @return JDK release string (something like <code>1.8.0_05<code>) read from the "release" file from JDK home
* @return JDK release string (something like <code>1.8.0_05</code>) read from the "release" file from JDK home
* directory
*/
public String getJdkRelease() {
Expand Down

0 comments on commit 497233a

Please sign in to comment.