Persoenliche Mediazentrale
ulrich
2021-04-24 94b1c2f60bde70d681b4bf8a5cd04b86e9ccf4ed
src/de/uhilger/tango/store/Storage.java
File was renamed from src/de/uhilger/mediaz/store/Storage.java
@@ -1,5 +1,5 @@
/*
  Mediazentrale - Personal Media Center
  Tango - Personal Media Center
  Copyright (C) 2021  Ulrich Hilger
  This program is free software: you can redistribute it and/or modify
@@ -15,10 +15,10 @@
  You should have received a copy of the GNU Affero General Public License
  along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
package de.uhilger.mediaz.store;
package de.uhilger.tango.store;
import com.google.gson.reflect.TypeToken;
import de.uhilger.mediaz.entity.Entity;
import de.uhilger.tango.entity.Entity;
import java.util.List;
/**