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:
parent
6ac6f2c870
commit
3e47c0599e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue