Rename an argument for clarity.

This commit is contained in:
akwizgran
2019-05-08 10:38:42 +01:00
parent ee05c32871
commit 658c63d94e
3 changed files with 5 additions and 5 deletions

View File

@@ -274,7 +274,7 @@ public interface DatabaseComponent {
* <p/>
* Read-only.
*/
Collection<ContactId> getContacts(Transaction txn, AuthorId a)
Collection<ContactId> getContacts(Transaction txn, AuthorId local)
throws DbException;
/**