diff options
Diffstat (limited to 'core/java/android/printservice/PrinterDiscoverySession.java')
| -rw-r--r-- | core/java/android/printservice/PrinterDiscoverySession.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/printservice/PrinterDiscoverySession.java b/core/java/android/printservice/PrinterDiscoverySession.java index 6464cc1..7e32e66 100644 --- a/core/java/android/printservice/PrinterDiscoverySession.java +++ b/core/java/android/printservice/PrinterDiscoverySession.java @@ -30,7 +30,7 @@ import java.util.List; /** * This class encapsulates the interaction between a print service and the * system during printer discovery. During printer discovery you are responsible - * for adding discovered printers, removing already added printers that + * for adding discovered printers, removing previously added printers that * disappeared, and updating already added printers. * <p> * During the lifetime of this session you may be asked to start and stop |
