Skip to content

Commit 9052f7b

Browse files
Apply suggestions from code review
Co-authored-by: Mikhail Shabarov <[email protected]>
1 parent e0303fc commit 9052f7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
com.vaadin.flow.server.VaadinRequestInterceptorServiceInitListener
1+
com.vaadin.flow.server.VaadinRequestInterceptorServiceInitListener

vaadin-spring/src/test/java/com/vaadin/flow/spring/service/SpringVaadinServletServiceTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
public class SpringVaadinServletServiceTest {
4444

4545
@Autowired
46-
private ApplicationContext context;;
46+
private ApplicationContext context;
4747

4848
@Component
4949
public static class TestInstantiator implements Instantiator {

0 commit comments

Comments
 (0)