Skip to content

Commit c75e2b5

Browse files
authored
Merge pull request #77 from timusus/fix/compilation-error
Fixed a compilation issue
2 parents 4a47be3 + f76ec24 commit c75e2b5

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)