changeset 1975:c58000722db0

6890945: Typo in sentence about thread safety Reviewed-by: prr
author jgodinez
date Wed, 14 Oct 2009 10:44:32 -0700
parents ccc36189f2a7
children fa2b3627e59c
files src/share/classes/javax/print/attribute/standard/PrinterStateReasons.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/javax/print/attribute/standard/PrinterStateReasons.java	Mon Oct 05 23:12:22 2009 +0200
+++ b/src/share/classes/javax/print/attribute/standard/PrinterStateReasons.java	Wed Oct 14 10:44:32 2009 -0700
@@ -65,7 +65,7 @@
  * PrinterStateReason PrinterStateReason} objects to an existing
  * PrinterStateReasons object and remove them again. However, like class
  *  {@link java.util.HashMap java.util.HashMap}, class PrinterStateReasons is
- * bot multiple thread safe. If a PrinterStateReasons object will be used by
+ * not multiple thread safe. If a PrinterStateReasons object will be used by
  * multiple threads, be sure to synchronize its operations (e.g., using a
  * synchronized map view obtained from class {@link java.util.Collections
  * java.util.Collections}).