Improve CommunityDatabaseItem.toString()
This commit is contained in:
parent
0f5b7e3509
commit
6dc025a7cc
|
@ -74,7 +74,7 @@ public class CommunityDatabaseItem {
|
|||
", negativeRatingsCount=" + negativeRatingsCount +
|
||||
", neutralRatingsCount=" + neutralRatingsCount +
|
||||
", unknownData=" + unknownData +
|
||||
", category=" + NumberCategory.getById(category) +
|
||||
", category=" + NumberCategory.getById(category) + " (" + category + ")" +
|
||||
'}';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue