From 7f243122e116b698bcf30c746bd93b1bda585020 Mon Sep 17 00:00:00 2001 From: Jonathan Feinberg Date: Sun, 18 May 2014 23:46:25 -0400 Subject: [PATCH] Fix some more javadoc in Capture.java. --- java/libraries/video/src/processing/video/Capture.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/libraries/video/src/processing/video/Capture.java b/java/libraries/video/src/processing/video/Capture.java index aee1bc7da..1d5eefeef 100644 --- a/java/libraries/video/src/processing/video/Capture.java +++ b/java/libraries/video/src/processing/video/Capture.java @@ -966,7 +966,7 @@ public class Capture extends PImage implements PConstants { /** * Uses a generic object as handler of the capture. This object should have a - * captureEvent method that receives a GSMovie argument. This method will + * captureEvent method that receives a Capture argument. This method will * be called upon a new frame read event. * */