From 9753745ee4d47ab59bc1f05b7a6601090afb7af1 Mon Sep 17 00:00:00 2001 From: George Bateman Date: Thu, 23 Apr 2015 19:45:03 +0100 Subject: [PATCH] PApplet.java: disable a doc comment It's coming up in the wrong place on the Javadoc because its method is commented out. --- core/src/processing/core/PApplet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 9063ae086..ebf81d3e7 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -3887,7 +3887,7 @@ public class PApplet implements PConstants { } - /** + /* * Find the minimum value in an array. * Throws an ArrayIndexOutOfBoundsException if the array is length 0. * @param list the source array