From 32e851617e5fbc2864127017444ab60f1fe2a482 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 17 Aug 2020 15:37:51 +0200 Subject: [PATCH] Fix Javadoc formatting in GenericGroovyXmlContextLoader --- .../test/context/support/GenericGroovyXmlContextLoader.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/support/GenericGroovyXmlContextLoader.java b/spring-test/src/main/java/org/springframework/test/context/support/GenericGroovyXmlContextLoader.java index 9a46a070ea4..86dc00da948 100644 --- a/spring-test/src/main/java/org/springframework/test/context/support/GenericGroovyXmlContextLoader.java +++ b/spring-test/src/main/java/org/springframework/test/context/support/GenericGroovyXmlContextLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2018 the original author or authors. + * Copyright 2002-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,7 +49,7 @@ public class GenericGroovyXmlContextLoader extends GenericXmlContextLoader { } /** - * Returns {@code "-context.xml" and "Context.groovy"} in order to + * Returns {@code "-context.xml"} and {@code "Context.groovy"} in order to * support detection of a default XML config file or Groovy script. */ @Override