Replace friend-related interfaces with Kotlin versions
[Sone.git] / src / main / java / net / pterodactylus / sone / database / FriendDatabase.java
diff --git a/src/main/java/net/pterodactylus/sone/database/FriendDatabase.java b/src/main/java/net/pterodactylus/sone/database/FriendDatabase.java
deleted file mode 100644 (file)
index 761d356..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package net.pterodactylus.sone.database;
-
-/**
- * Combines a {@link FriendProvider} and a {@link FriendStore} into a friend database.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
- */
-public interface FriendDatabase extends FriendProvider, FriendStore {
-
-}