Skip to content

Commit

Permalink
[JENKINS-49788] Added ConcurrentLinkedQueue to whitelisted classes. (#…
Browse files Browse the repository at this point in the history
…3315)

(cherry picked from commit e5f61e2)
  • Loading branch information
tfiskgul authored and olivergondza committed Mar 23, 2018
1 parent 8c975f1 commit e43f90b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -122,6 +122,7 @@ java.util.TreeSet
java.util.UUID
java.util.Vector
java.util.concurrent.ConcurrentHashMap
java.util.concurrent.ConcurrentLinkedQueue
java.util.concurrent.ConcurrentSkipListMap
java.util.concurrent.CopyOnWriteArrayList
java.util.concurrent.CopyOnWriteArraySet
Expand Down

0 comments on commit e43f90b

Please sign in to comment.