Merge pull request #3 from ghillert/print-cleanup

Print module - invalid char
This commit is contained in:
Gunnar Hillert
2012-08-16 11:21:48 -07:00

View File

@@ -172,7 +172,7 @@ public class PrintMessageHandler extends AbstractMessageHandler {
}
/**
* Let<EFBFBD>s you specify an integer value that indicates how many time each
* Let's you specify an integer value that indicates how many time each
* print page shall be printed. Under the covers, this property will add a
*
* {@link Copies} instance to the respective {@link PrintRequestAttributeSet}.
@@ -225,7 +225,7 @@ public class PrintMessageHandler extends AbstractMessageHandler {
}
/**
* Optional property that let<EFBFBD>s you specify the name of the print job as it
* Optional property that let's you specify the name of the print job as it
* is added to the print queue. Under the covers, this property will create
* a {@link JobName} instance and add it to the respective {@link PrintRequestAttributeSet}.
* This property is not used, if not specified (No explicit default value).