mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
リネーム
This commit is contained in:
parent
a3426b6620
commit
b2a619629f
|
@ -5,7 +5,7 @@ import androidx.room.TypeConverter;
|
|||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
|
||||
public class TagArrayListConverter {
|
||||
public class ArrayListConverter {
|
||||
|
||||
@TypeConverter
|
||||
public static ArrayList<String> fromString(String value) {
|
Loading…
Reference in New Issue
Block a user