Rename getReply() to getPostReply(), remove convenience method.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ajax / GetTimesAjaxPage.java
index f6bc05d..4d67c3c 100644 (file)
@@ -77,7 +77,7 @@ public class GetTimesAjaxPage extends JsonPage {
                if (allIds.length() > 0) {
                        String[] ids = allIds.split(",");
                        for (String id : ids) {
-                               PostReply reply = webInterface.getCore().getReply(id, false);
+                               PostReply reply = webInterface.getCore().getPostReply(id, false);
                                if (reply == null) {
                                        continue;
                                }