Fix misleading JavaDoc in ProfileAnnotationConfigTestSuite

master
Sam Brannen 13 years ago
parent c57d4e2386
commit 0b17dd2242
  1. 4
      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 <em>bean definition profile</em> support in the
* Spring TestContext Framework with XML-based configuration.
* Spring TestContext Framework with annotation-based configuration.
*
* @author Sam Brannen
* @since 3.1

Loading…
Cancel
Save