Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
Co-authored-by: Tomi Virtanen <tltv@vaadin.com>
  • Loading branch information
tepi and tltv authored Oct 14, 2024
1 parent 684c13d commit 055fed8
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ public static class TestSession extends VaadinSession {

public TestSession(VaadinService service) {
super(service);
// try {
// Field serviceField = VaadinSession.class
// .getDeclaredField("service");
// serviceField.setAccessible(true);
// serviceField.set(this, Mockito.spy(VaadinService.class));
// } catch (NoSuchFieldException | IllegalAccessException e) {
// throw new RuntimeException(e);
// }
}

@Override
Expand Down

0 comments on commit 055fed8

Please sign in to comment.