`[Java] Unlikely argument type for equals(): String seems to be unrelated to Long` ```java Long lastMaxID = 0L; ... if (tweets.size() == 1 && lastMaxID.equals(tweets.get(0).getString("id_str")) ) { ```