Minor code cleanup

This commit is contained in:
Dominik Schürmann
2014-11-21 12:41:39 +01:00
parent a798d95411
commit fc32f5f9d4
7 changed files with 13 additions and 14 deletions

View File

@@ -78,7 +78,7 @@ import java.util.Iterator;
import java.util.concurrent.atomic.AtomicBoolean;
/**
* This Service contains all important long lasting operations for APG. It receives Intents with
* This Service contains all important long lasting operations for OpenKeychain. It receives Intents with
* data from the activities or other apps, queues these intents, executes them, and stops itself
* after doing them.
*/