From f4d95e0f2f451332b3c42a351e7b6aa67bcf1162 Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Wed, 28 Aug 2019 11:22:14 +1000 Subject: [PATCH] Remove blank lines for NullSessionCacheTest Signed-off-by: Jan Bartel --- .../jetty/server/session/NullSessionCacheTest.java | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/tests/test-sessions/test-sessions-common/src/test/java/org/eclipse/jetty/server/session/NullSessionCacheTest.java b/tests/test-sessions/test-sessions-common/src/test/java/org/eclipse/jetty/server/session/NullSessionCacheTest.java index 3ae38cb6d0a..5e63b62101b 100644 --- a/tests/test-sessions/test-sessions-common/src/test/java/org/eclipse/jetty/server/session/NullSessionCacheTest.java +++ b/tests/test-sessions/test-sessions-common/src/test/java/org/eclipse/jetty/server/session/NullSessionCacheTest.java @@ -67,9 +67,7 @@ public class NullSessionCacheTest se.getSession().setAttribute("pv", new TestObject(count)); } } - - - + public static class TestObject implements HttpSessionActivationListener { int i; @@ -97,8 +95,7 @@ public class NullSessionCacheTest ++activates; } } - - + @Test public void testWritesWithPassivation() throws Exception { @@ -191,8 +188,6 @@ public class NullSessionCacheTest assertEquals(0, context.getSessionHandler()._sessionAttributeListeners.size()); } - - @Test public void testWriteThroughAlways() throws Exception { @@ -245,7 +240,7 @@ public class NullSessionCacheTest } @Test - public void testWriteThroughNew () throws Exception + public void testWriteThroughNew() throws Exception { Server server = new Server(); @@ -303,8 +298,7 @@ public class NullSessionCacheTest assertEquals(4, store._numSaves.get());//release session should write it out assertFalse(session.isResident()); } - - + @Test public void testNotCached() throws Exception {