We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26cfe6 commit 067e84aCopy full SHA for 067e84a
1 file changed
src/main/java/de/labystudio/spotifyapi/platform/windows/api/playback/PlaybackAccessor.java
@@ -60,12 +60,12 @@ public boolean update() {
60
* To make sure that we have correct values from the memory address,
61
* we have to set some rules what kind of duration is correct.
62
* <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
+ * The values are correct if:<br>
+ * - position {@literal <}= length<br>
+ * - length {@literal >} 0<br>
+ * - length {@literal <}= 10 minutes<br>
+ * - position {@literal >}= 1 second<br>
+ * - the parity bits are correct<br>
69
*
70
* @return true if the current values are valid, false otherwise
71
*/
0 commit comments