GP-0: Cleaning up certain types of javadoc errors

This commit is contained in:
Ryan Kurtz 2025-01-30 14:33:25 -05:00
parent 6086ba9bfb
commit d23e67a088
411 changed files with 1153 additions and 1864 deletions

View file

@ -82,7 +82,7 @@ public interface VTMarkupItem {
* The {@link #getDestinationAddressSource()} will return {@link #USER_DEFINED_ADDRESS_SOURCE}
* when a valid destination address is set via this method.
* <p>
* To clear the destination address you may pass <tt>null</tt> to this method.
* To clear the destination address you may pass {@code null} to this method.
*
* @param address the new destination address for the item.
* @throws IllegalStateException if this method is called on an applied markup item (you

View file

@ -975,7 +975,7 @@ public class VTMatchTableProvider extends ComponentProviderAdapter
* location, even if the item is moved or removed.
* <p>
* Creating this object will cancel the default behavior. Calling
* <tt>restoreSelection</tt> will set the new selection, depending upon the
* {@code restoreSelection} will set the new selection, depending upon the
* conditions described above.
*/
private class SelectionOverrideMemento {