From 25b980048ad4d017efec8b4f77594e3dfc20b5ab Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Thu, 16 Aug 2012 14:01:49 -0400 Subject: [PATCH] Print module cleanup --- .../integration/print/outbound/PrintMessageHandler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-integration-print/src/main/java/org/springframework/integration/print/outbound/PrintMessageHandler.java b/spring-integration-print/src/main/java/org/springframework/integration/print/outbound/PrintMessageHandler.java index 82dda44..7707b61 100644 --- a/spring-integration-print/src/main/java/org/springframework/integration/print/outbound/PrintMessageHandler.java +++ b/spring-integration-print/src/main/java/org/springframework/integration/print/outbound/PrintMessageHandler.java @@ -172,7 +172,7 @@ public class PrintMessageHandler extends AbstractMessageHandler { } /** - * LetŐ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Ő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).