File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/main/java/de/labystudio/spotifyapi/platform/windows/api/playback Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ public boolean update() {
6060 * To make sure that we have correct values from the memory address,
6161 * we have to set some rules what kind of duration is correct.
6262 * <p>
63- * The values are correct if:
64- * - position < = length
65- * - length > 0
66- * - length < = 10 minutes
67- * - position > = 1 second
68- * - the parity bits are correct
63+ * The values are correct if:<br>
64+ * - position {@literal <} = length<br>
65+ * - length {@literal >} 0<br>
66+ * - length {@literal <} = 10 minutes<br>
67+ * - position {@literal >} = 1 second<br>
68+ * - the parity bits are correct<br>
6969 *
7070 * @return true if the current values are valid, false otherwise
7171 */
You can’t perform that action at this time.
0 commit comments