From 0febfce456a30be4a6acaf009f4e77e832f5614c Mon Sep 17 00:00:00 2001 From: A Pottinger Date: Sun, 6 Oct 2019 18:10:10 -0700 Subject: [PATCH] Fix LongDict @nowebref --- core/src/processing/data/LongDict.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/data/LongDict.java b/core/src/processing/data/LongDict.java index 529246862..c9bf40821 100644 --- a/core/src/processing/data/LongDict.java +++ b/core/src/processing/data/LongDict.java @@ -11,7 +11,7 @@ import processing.core.PApplet; /** * A simple class to use a String as a lookup for an int value. * - * @webref data:composite + * @nowebref * @see FloatDict * @see StringDict */