From 422e5f14f1df91ddb02c77287ace37629e169dfb Mon Sep 17 00:00:00 2001 From: Michael Isvy Date: Wed, 21 Apr 2010 11:46:26 +0000 Subject: [PATCH] line 149: fixed a typo. Tomcat or IBM WebSphere that has itss own --> Tomcat or IBM WebSphere that has its own git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3283 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/jmx.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/jmx.xml b/spring-framework-reference/src/jmx.xml index 0ad1f26e3e0..45504701c49 100644 --- a/spring-framework-reference/src/jmx.xml +++ b/spring-framework-reference/src/jmx.xml @@ -146,7 +146,7 @@ public class JmxTestBean implements IJmxTestBean { will attempt to locate the running MBeanServer and register your beans with that server (if any). This behavior is useful when your application is running inside a container such as - Tomcat or IBM WebSphere that has itss own + Tomcat or IBM WebSphere that has its own MBeanServer. However, this approach is of no use in a standalone environment,