--- old/modules/graphics/src/main/java/javafx/scene/PointLight.java 2013-12-05 16:39:58.459446500 -0800 +++ new/modules/graphics/src/main/java/javafx/scene/PointLight.java 2013-12-05 16:39:57.976418900 -0800 @@ -30,7 +30,7 @@ import javafx.scene.paint.Color; /** - * Defines a point light source object. An attenuated light source that has a + * Defines a point light source object. An light source that has a * fixed point in space and radiates light equally in all directions * away from itself. *