Rename methods.
[xudocci.git] / src / main / java / net / pterodactylus / irc / DccReceiver.java
index a6a55eb..e58fed3 100644 (file)
@@ -125,7 +125,7 @@ public class DccReceiver extends AbstractExecutionThreadService {
         *
         * @return The current rate of the download, in bytes/second
         */
-       public long getCurrentRate() {
+       public long currentRate() {
                return inputStream.getCurrentRate();
        }
 
@@ -134,7 +134,7 @@ public class DccReceiver extends AbstractExecutionThreadService {
         *
         * @return The overall rate of the download, in bytes/second
         */
-       public long getOverallRate() {
+       public long overallRate() {
                return inputStream.getOverallRate();
        }