예제 #1
0
 public void markAsUnread(Preferences prefs) {
   setMarkedReadAt(Optional.empty());
   prefs.clearMarkedReadAt(getRepoId(), getId());
 }