Skip to content

Commit 5f1899a

Browse files
committed
Fix javadocs
1 parent 060de7c commit 5f1899a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/com/xxmicloxx/NoteBlockAPI/songplayer/SongPlayer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ public Playlist getPlaylist() {
596596

597597
/**
598598
* Sets the Playlist being played by this SongPlayer. Will affect next Song
599-
* @return
600599
*/
601600
public void setPlaylist(Playlist playlist) {
602601
this.playlist = playlist;

src/main/java/com/xxmicloxx/NoteBlockAPI/utils/TimeUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class TimeUtils {
1515
* <li>ss for two-digit seconds</li>
1616
* <li>s for one-digit seconds</li>
1717
* <li>m for miliseconds (do not use without seconds, would be more than 4 digits)</li>
18+
* </ul>
1819
* @param songPlayer
1920
* @return formatted string
2021
*/
@@ -33,6 +34,7 @@ public static String getActualTime(String format, SongPlayer songPlayer){
3334
* <li>ss for two-digit seconds</li>
3435
* <li>s for one-digit seconds</li>
3536
* <li>m for miliseconds (do not use without seconds, would be more than 4 digits)</li>
37+
* </ul>
3638
* @param songPlayer
3739
* @return formatted string
3840
*/

0 commit comments

Comments
 (0)