diff --git a/twitter_techsupportgore_bot/src/twitter_techsupportgore_bot/reddit_handler/RedditPost.java b/twitter_techsupportgore_bot/src/twitter_techsupportgore_bot/reddit_handler/RedditPost.java index 9524704..2a33842 100644 --- a/twitter_techsupportgore_bot/src/twitter_techsupportgore_bot/reddit_handler/RedditPost.java +++ b/twitter_techsupportgore_bot/src/twitter_techsupportgore_bot/reddit_handler/RedditPost.java @@ -135,7 +135,7 @@ public abstract class RedditPost { * Update post's score. * @param newScore the new score. */ - public void updateScore(int newScore) { + public void updateScore(double newScore) { this.score = newScore; }