From bf9ffe2d67ba1748c113b5e66d4c7faa5e63b981 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 22 Jan 2009 12:02:30 +0000 Subject: [PATCH] javadoc --- ...plePropertyNamespaceHandlerWithExpressionLanguageTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.springframework.context/src/test/java/org/springframework/beans/factory/xml/SimplePropertyNamespaceHandlerWithExpressionLanguageTests.java b/org.springframework.context/src/test/java/org/springframework/beans/factory/xml/SimplePropertyNamespaceHandlerWithExpressionLanguageTests.java index 82dd49548a..745af7315a 100644 --- a/org.springframework.context/src/test/java/org/springframework/beans/factory/xml/SimplePropertyNamespaceHandlerWithExpressionLanguageTests.java +++ b/org.springframework.context/src/test/java/org/springframework/beans/factory/xml/SimplePropertyNamespaceHandlerWithExpressionLanguageTests.java @@ -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 */