--- old/src/share/classes/java/awt/image/ImageFilter.java 2014-04-01 07:18:26.839581142 -0700 +++ new/src/share/classes/java/awt/image/ImageFilter.java 2014-04-01 07:18:26.703580266 -0700 @@ -224,7 +224,7 @@ * *
  • * Override the method to simply send the data. - * This is appropriate if the filter can handle the request itself — + * This is appropriate if the filter can handle the request itself — * for example, * if the generated pixels have been saved in some sort of buffer. *