Skip to content

Commit 2e6b5c7

Browse files
author
Jonathan Feinberg
committed
Fix some more javadoc in Capture.java.
1 parent d64897e commit 2e6b5c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/libraries/video/src/processing/video/Capture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ public void rgbFrame(int w, int h, IntBuffer buffer) {
966966

967967
/**
968968
* Uses a generic object as handler of the capture. This object should have a
969-
* captureEvent method that receives a GSMovie argument. This method will
969+
* captureEvent method that receives a Capture argument. This method will
970970
* be called upon a new frame read event.
971971
*
972972
*/

0 commit comments

Comments
 (0)