Remove unused field

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1390158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-09-25 21:31:41 +00:00
parent 6ac6f2c870
commit 3e47c0599e
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ public class ReflectionToStringBuilderMutateInspectConcurrencyTest {
class InspectingClient implements Runnable {
final private TestFixture testFixture;
final private Random random = new Random();
public InspectingClient(TestFixture testFixture) {
this.testFixture = testFixture;