mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Reformat long line.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user