diff --git a/core/src/main/java/edu/umd/cs/piccolo/PCamera.java b/core/src/main/java/edu/umd/cs/piccolo/PCamera.java index 67178cd..be6100c 100644 --- a/core/src/main/java/edu/umd/cs/piccolo/PCamera.java +++ b/core/src/main/java/edu/umd/cs/piccolo/PCamera.java @@ -174,7 +174,7 @@ * Repaint this camera and forward the repaint request to the component * for this camera, if it is non-null. * - * @param localBounds bounds in local coordinates that requires repainting + * @param localBounds bounds in local coordinates that require repainting * @param sourceNode node from which the repaint message originates, may * be the camera itself */ @@ -196,7 +196,7 @@ * in Piccolo2D this one must not modify the viewBounds * parameter. * - * @param viewBounds bounds in view coordinates that requires repainting + * @param viewBounds bounds in view coordinates that require repainting * @param repaintedLayer layer dispatching the repaint notification */ public void repaintFromLayer(final PBounds viewBounds, final PLayer repaintedLayer) { @@ -211,7 +211,7 @@ /** * @deprecated by {@link #repaintFromLayer(PBounds, PLayer)}. Will be removed * in version 2.0. - * @param viewBounds bounds in view coordinates that requires repainting + * @param viewBounds bounds in view coordinates that require repainting * @param repaintedLayer layer dispatching the repaint notification */ public void repaintFromLayer(final PBounds viewBounds, final PNode repaintedLayer) {