Skip to content

Commit

Permalink
Fix typo, remove completed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Jun 9, 2024
1 parent 49cf4c9 commit a4769b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @author James Elliott
* @since 8.0.0 */
@API(status = API.Status.EXPERIMENTAL) // TODO get rid of all IntelliJ code pattern entry points and @SuppressWarnings annotations, use this instead.
@API(status = API.Status.EXPERIMENTAL)
public class OpusProvider {

private static final Logger logger = LoggerFactory.getLogger(OpusProvider.class);
Expand Down Expand Up @@ -224,7 +224,7 @@ public RekordboxUsbArchive findArchive(int usbSlotNumber) {

/**
* Grab {@link MediaDetails} for a slot from {@link #archiveAttachQueueMap} and deliver it to VirtualCdj listeners.
* Message is {@code }null} if that media archive does not exist.
* Message is {@code null} if that media archive does not exist.
*
* @param usbSlotNumber the USB slot whose queue should be checked
*/
Expand Down

0 comments on commit a4769b3

Please sign in to comment.