Skip to content

Commit 067e84a

Browse files
committed
fix javadoc
1 parent b26cfe6 commit 067e84a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/java/de/labystudio/spotifyapi/platform/windows/api/playback/PlaybackAccessor.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)