Skip to content

Commit fe6a982

Browse files
committed
Fix typo in AbstractDelegatingSmartContextLoader
1 parent 268657b commit fe6a982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-test/src/main/java/org/springframework/test/context/support/AbstractDelegatingSmartContextLoader.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2012 the original author or authors.
2+
* Copyright 2002-2014 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -57,7 +57,7 @@
5757
* files nor annotated classes and instead declare only {@linkplain
5858
* ContextConfiguration#initializers application context initializers}. In such
5959
* cases, an attempt will still be made to detect defaults, but their absence will
60-
* not result an an exception.
60+
* not result in an exception.
6161
*
6262
* @author Sam Brannen
6363
* @since 3.2

0 commit comments

Comments
 (0)