summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/am/AppBindRecord.java
diff options
context:
space:
mode:
Diffstat (limited to 'services/java/com/android/server/am/AppBindRecord.java')
-rw-r--r--services/java/com/android/server/am/AppBindRecord.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/am/AppBindRecord.java b/services/java/com/android/server/am/AppBindRecord.java
index 9c57360..f1c54fa 100644
--- a/services/java/com/android/server/am/AppBindRecord.java
+++ b/services/java/com/android/server/am/AppBindRecord.java
@@ -26,7 +26,7 @@ import java.util.Iterator;
class AppBindRecord {
final ServiceRecord service; // The running service.
final IntentBindRecord intent; // The intent we are bound to.
- final ProcessRecord client; // Who has started/bound the service.
+ final ProcessRecord client; // Who has started/bound the service.
final HashSet<ConnectionRecord> connections = new HashSet<ConnectionRecord>();
// All ConnectionRecord for this client.