Skip to content

Commit

Permalink
Merge pull request #6187 from ebarboni/apidocnb19
Browse files Browse the repository at this point in the history
apidoc fixes for NB19
  • Loading branch information
mbien authored Jul 16, 2023
2 parents 97d51b1 + 40d72f6 commit 02dafb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ide/api.lsp/apichanges.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<author login="dbalek"/>
<compatibility binary="compatible" source="compatible" addition="yes" deletion="no"/>
<description>
<a href="@TOP@/org/netbeans/api/lsp/Completion.html#getCommand">Completion.getCommand</a> to get an optional command
<a href="@TOP@/org/netbeans/api/lsp/Completion.html#getCommand--">Completion.getCommand</a> to get an optional command
that is executed after inserting the completion.
</description>
<class package="org.netbeans.api.lsp" name="Completion"/>
Expand Down
6 changes: 3 additions & 3 deletions java/spi.java.hints/apichanges.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
<description>
<p>
Internal helper method added to open refactoring UI with selected hints.
<a href="@TOP@/org/netbeans/modules/java/hints/spiimpl/HintsRefactoringFactory.html">Added SPI</a> that
Added SPI that
can be implemented by UI module(s) to actually provide the UI implementation.
</p>
</description>
<class package="org.netbeans.modules.java.hints.spiimpl" name="HintsRefactoringFactory"/>
<class package="org.netbeans.modules.java.hints.spiimpl" name="Utilities"/>
<class package="org.netbeans.modules.java.hints.spiimpl" name="HintsRefactoringFactory" link="no" />
<class package="org.netbeans.modules.java.hints.spiimpl" name="Utilities" link="no"/>
</change>
<change id="JavaFixUtilities.isPrimary">
<api name="JavaHintsSPI"/>
Expand Down

0 comments on commit 02dafb2

Please sign in to comment.