commit | 96f45e35f31aee24ac60625801e1085f15cd79f2 | [log] [tgz] |
---|---|---|
author | Robin Rosenberg <robin.rosenberg@dewire.com> | Fri Sep 10 00:38:58 2010 +0200 |
committer | Robin Rosenberg <robin.rosenberg@dewire.com> | Tue Sep 28 23:27:04 2010 +0200 |
tree | 9431354ead761abc37e4927005c711da6511389c | |
parent | e5c217bcf3edd34c2999fa665632780cce5d6177 [diff] |
Shut up findbugs/protect the shutdownHook in LocalDiskRepositoryTestcase Singleton references should be protected from multiple threads. As far as we know this cannot happen as JUnit is used today since we currently don't run tests in parallel, but now this code will not prevent anyone. Change-Id: I29109344d2e8025fa2a3ccaf7c2c16469544ce05 Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>