git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@573 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Arjen Poutsma 2009-01-22 12:02:30 +00:00
parent f7f9621083
commit df70cd2c62
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Tests for combining the expression language and the p namespace. This test
* Tests for combining the expression language and the p namespace. Due to the required EL dependency, this test is in
* context module rather than the beans module.
*
* @author Arjen Poutsma
*/