aboutsummaryrefslogtreecommitdiffstats
path: root/APG/src
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2012-12-19 14:05:08 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2012-12-19 14:05:08 +0100
commit07349ad4167559fc6b9b56c26ad52201d58d9b44 (patch)
tree9f2fe4ee26f0813239b17d387aebaa61cf77f460 /APG/src
parent3b09f2d0f6e2e8afb5158a718264c38f5014ba50 (diff)
downloadopen-keychain-07349ad4167559fc6b9b56c26ad52201d58d9b44.tar.gz
open-keychain-07349ad4167559fc6b9b56c26ad52201d58d9b44.tar.bz2
open-keychain-07349ad4167559fc6b9b56c26ad52201d58d9b44.zip
licenses into readme
Diffstat (limited to 'APG/src')
-rw-r--r--APG/src/org/thialfihar/android/apg/service/ApgKeyService.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/APG/src/org/thialfihar/android/apg/service/ApgKeyService.java b/APG/src/org/thialfihar/android/apg/service/ApgKeyService.java
index 32dd84675..d5325673b 100644
--- a/APG/src/org/thialfihar/android/apg/service/ApgKeyService.java
+++ b/APG/src/org/thialfihar/android/apg/service/ApgKeyService.java
@@ -57,8 +57,8 @@ public class ApgKeyService extends Service {
}
/**
- * This is the implementation of the interface IApgService. All methods are oneway, meaning
- * asynchronous and return to the client using IApgHandler.
+ * This is the implementation of the interface IApgKeyService. All methods are oneway, meaning
+ * asynchronous and return to the client using handlers.
*
* The real PGP code is located in PGPMain.
*/