Skip to content

Commit 32e8516

Browse files
committed
Fix Javadoc formatting in GenericGroovyXmlContextLoader
1 parent 93e5214 commit 32e8516

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/GenericGroovyXmlContextLoader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2020 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.
@@ -49,7 +49,7 @@ protected void loadBeanDefinitions(GenericApplicationContext context, MergedCont
4949
}
5050

5151
/**
52-
* Returns {@code "-context.xml" and "Context.groovy"} in order to
52+
* Returns {@code "-context.xml"} and {@code "Context.groovy"} in order to
5353
* support detection of a default XML config file or Groovy script.
5454
*/
5555
@Override

0 commit comments

Comments
 (0)