aboutsummaryrefslogtreecommitdiffstats
path: root/APG
diff options
context:
space:
mode:
Diffstat (limited to 'APG')
-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.
*/