From 9bd385eec5b620c21d5d98016c95bdf93080bc3f Mon Sep 17 00:00:00 2001 From: Jonathan Feinberg Date: Mon, 30 Jan 2017 13:40:08 -0500 Subject: [PATCH] Reformat long line. --- core/src/processing/opengl/PGraphicsOpenGL.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/processing/opengl/PGraphicsOpenGL.java b/core/src/processing/opengl/PGraphicsOpenGL.java index 383581140..368be4a50 100644 --- a/core/src/processing/opengl/PGraphicsOpenGL.java +++ b/core/src/processing/opengl/PGraphicsOpenGL.java @@ -53,7 +53,8 @@ public class PGraphicsOpenGL extends PGraphics { // Using the technique alternative to finalization described in: // http://www.oracle.com/technetwork/articles/java/finalization-137655.html static private ReferenceQueue refQueue = new ReferenceQueue<>(); - static private List> reachableWeakReferences = new LinkedList<>(); + private static List> reachableWeakReferences = + new LinkedList<>(); static final private int MAX_DRAIN_GLRES_ITERATIONS = 10;