From 0b17dd2242b87075be33afa3a3a043d887c14c82 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 11 May 2012 23:35:43 +0200 Subject: [PATCH] Fix misleading JavaDoc in ProfileAnnotationConfigTestSuite --- .../profile/annotation/ProfileAnnotationConfigTestSuite.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-test/src/test/java/org/springframework/test/context/junit4/profile/annotation/ProfileAnnotationConfigTestSuite.java b/spring-test/src/test/java/org/springframework/test/context/junit4/profile/annotation/ProfileAnnotationConfigTestSuite.java index bfc462db60..b3b7068c39 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit4/profile/annotation/ProfileAnnotationConfigTestSuite.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit4/profile/annotation/ProfileAnnotationConfigTestSuite.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2011 the original author or authors. + * Copyright 2002-2012 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. @@ -22,7 +22,7 @@ import org.junit.runners.Suite.SuiteClasses; /** * JUnit test suite for bean definition profile support in the - * Spring TestContext Framework with XML-based configuration. + * Spring TestContext Framework with annotation-based configuration. * * @author Sam Brannen * @since 3.1