Fix issue #761: ThreadSafeDoubleCheckLocking.java: Instantiating by Reflection call will be successful if you do that firstly (#920)

This commit is contained in:
Adrian Yao
2019-09-08 02:13:15 +08:00
committed by Ilkka Seppälä
parent 8c865e6b4d
commit f1410337b5
3 changed files with 25 additions and 1 deletions

View File

@ -38,5 +38,9 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
</project>