🔀 Merge branch 'release-79'
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / database / PostReplyProvider.kt
index 7e09017..cc797d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Sone - PostReplyProvider.java - Copyright Â© 2013–2016 David Roden
+ * Sone - PostReplyProvider.kt - Copyright Â© 2013–2019 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,8 +17,7 @@
 
 package net.pterodactylus.sone.database
 
 
 package net.pterodactylus.sone.database
 
-import com.google.common.base.Optional
-import net.pterodactylus.sone.data.PostReply
+import net.pterodactylus.sone.data.*
 
 /**
  * Interface for objects that can provide [PostReply]s.
 
 /**
  * Interface for objects that can provide [PostReply]s.