Fix misleading JavaDoc in ProfileAnnotationConfigTestSuite
This commit is contained in:
parent
c57d4e2386
commit
0b17dd2242
|
@ -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…
Reference in New Issue