From 8784ff67745a6c26b3e094d3c97bb736ee80d2d3 Mon Sep 17 00:00:00 2001 From: Tagir Valeev Date: Mon, 20 Jan 2020 14:26:18 +0700 Subject: [PATCH] ConcurrentLinkedQueue/Deque constructor: pure (not inferred in Java 8) GitOrigin-RevId: 6eac9f45d628ce115edb56d3e59da5f5497719e3 --- .../java/util/concurrent/annotations.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/java/jdkAnnotations/java/util/concurrent/annotations.xml b/java/jdkAnnotations/java/util/concurrent/annotations.xml index cd0c10ca36a2..ccea9ee35816 100644 --- a/java/jdkAnnotations/java/util/concurrent/annotations.xml +++ b/java/jdkAnnotations/java/util/concurrent/annotations.xml @@ -117,6 +117,16 @@ + + + + + + + + + +