diff --git a/src/main/java/org/deepsymmetry/beatlink/data/OpusProvider.java b/src/main/java/org/deepsymmetry/beatlink/data/OpusProvider.java index 592fd39..3d2f520 100644 --- a/src/main/java/org/deepsymmetry/beatlink/data/OpusProvider.java +++ b/src/main/java/org/deepsymmetry/beatlink/data/OpusProvider.java @@ -66,9 +66,9 @@ public static class RekordboxUsbArchive { private final FileSystem fileSystem; /** - * Container for the USB slot number, database and filesystem of any particular Rekordbox USB archive. + * Return information about the metadata archive, if any, attached for one of the Opus Quad USB slots. * - * @param usbSlot the slot that the user has attached the archive to, should correspond to the USB slot in the Opus Quad, so they can keep track of what they are doing + * @param usbSlot the slot number that the user has attached the archive to, should correspond to the USB slot in the Opus Quad, so they can keep track of what they are doing * @param database the parsed database which contains information about tracks, artwork, etc. * @param fileSystem the filesystem which contains the database and other metadata */