Renamed a database method.

This commit is contained in:
akwizgran
2013-12-22 01:56:11 +00:00
parent f1af27554d
commit ff01b181bc
5 changed files with 6 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ public interface DatabaseComponent {
* Returns the ID of the inbox group for the given contact, or null if no
* inbox group has been set.
*/
GroupId getInboxGroup(ContactId c) throws DbException;
GroupId getInboxGroupId(ContactId c) throws DbException;
/**
* Returns the headers of all messages in the inbox group for the given