Skip to content

Commit f76ec24

Browse files
committed
Fixed a compilation issue
1 parent 4a47be3 commit f76ec24

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.simplecityapps.shuttle.sorting
22

3-
import java.io.Serializable
4-
5-
enum class AlbumArtistSortOrder : Serializable {
3+
enum class AlbumArtistSortOrder {
64
Default, PlayCount
75
}

0 commit comments

Comments
 (0)