File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
jetty-core/jetty-util/src/test/java/org/eclipse/jetty/util/component Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ public void testToString() throws Exception
229229 private static class TestLifeCycle extends AbstractLifeCycle
230230 {
231231 private final String _name ;
232- final AtomicInteger started = new AtomicInteger ();
233- final AtomicInteger stopped = new AtomicInteger ();
232+ private final AtomicInteger started = new AtomicInteger ();
233+ private final AtomicInteger stopped = new AtomicInteger ();
234234
235235 TestLifeCycle (String name )
236236 {
Original file line number Diff line number Diff line change @@ -419,8 +419,8 @@ public void testToString() throws Exception
419419 private static class TestLifeCycle extends AbstractLifeCycle
420420 {
421421 private final String _name ;
422- final AtomicInteger started = new AtomicInteger ();
423- final AtomicInteger stopped = new AtomicInteger ();
422+ private final AtomicInteger started = new AtomicInteger ();
423+ private final AtomicInteger stopped = new AtomicInteger ();
424424
425425 TestLifeCycle (String name )
426426 {
You can’t perform that action at this time.
0 commit comments