From 4931e8b229f5357b360accf46198123e30568aa9 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 5 Jan 2010 14:01:30 +0000 Subject: [PATCH] fixed "inner vs. nested class" terminology (SPR-6608) --- spring-framework-reference/src/beans.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/beans.xml b/spring-framework-reference/src/beans.xml index e880673180..60383df7bf 100644 --- a/spring-framework-reference/src/beans.xml +++ b/spring-framework-reference/src/beans.xml @@ -666,7 +666,7 @@ List userList service.getUsernameList(); Inner class names If you want to configure a bean definition for a - static inner class, you have to use the + static nested class, you have to use the binary name of the inner class. For example, if you have a class called