Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
Change-Id: I9e5926333dc6ad12fd081695e37994d77f26faab
  • Loading branch information
zhoney committed May 10, 2021
1 parent 5b56077 commit ac48206
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,5 +308,9 @@ public Map<Id, Set<Map<String, Object>>> toMap() {
}
return results;
}

public boolean isEmpty() {
return this.similars.isEmpty();
}
}
}

0 comments on commit ac48206

Please sign in to comment.