--- old/modules/graphics/src/main/java/javafx/scene/image/Image.java 2016-05-26 13:01:53.453946253 +0300 +++ new/modules/graphics/src/main/java/javafx/scene/image/Image.java 2016-05-26 13:01:52.217328253 +0300 @@ -1158,7 +1158,7 @@ * If this method returns null then this image does not support reading * at this time. * This method will return null if the image is being loaded from a - * source and is still incomplete {the progress is still < 1.0) or if + * source and is still incomplete {the progress is still <1.0) or if * there was an error. * This method may also return null for some images in a format that * is not supported for reading and writing pixels to.