Smaller notes

This commit is contained in:
Dominik Schürmann
2014-07-31 18:42:54 +02:00
parent ecb2c2c2b1
commit b052d5e89c
2 changed files with 9 additions and 1 deletions

View File

@@ -221,6 +221,14 @@ public class HkpKeyserver extends Keyserver {
}
}
/**
* Results are sorted by creation date of key!
*
* @param query
* @return
* @throws QueryFailedException
* @throws QueryNeedsRepairException
*/
@Override
public ArrayList<ImportKeysListEntry> search(String query) throws QueryFailedException,
QueryNeedsRepairException {