Reformat long line.

This commit is contained in:
Jonathan Feinberg
2017-01-30 13:40:08 -05:00
parent 3f6b7917b4
commit 9bd385eec5
@@ -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<Object> refQueue = new ReferenceQueue<>();
static private List<Disposable<? extends Object>> reachableWeakReferences = new LinkedList<>();
private static List<Disposable<? extends Object>> reachableWeakReferences =
new LinkedList<>();
static final private int MAX_DRAIN_GLRES_ITERATIONS = 10;