You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/05/09 19:30:14 UTC

[tomcat] branch 8.5.x updated: Remove unnecessary spaces

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 59156fdf7e Remove unnecessary spaces
59156fdf7e is described below

commit 59156fdf7edb8b4b9b85b3a796786cbb143e2d40
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon May 9 20:29:52 2022 +0100

    Remove unnecessary spaces
---
 webapps/docs/jndi-resources-howto.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webapps/docs/jndi-resources-howto.xml b/webapps/docs/jndi-resources-howto.xml
index 391e565e64..9c9c278822 100644
--- a/webapps/docs/jndi-resources-howto.xml
+++ b/webapps/docs/jndi-resources-howto.xml
@@ -334,15 +334,15 @@ writer.println("foo = " + bean.getFoo() + ", bar = " +
     BeanFactory will convert the value to the appropriate primitive or
     primitive wrapper and then use that value when calling the setter. Some
     beans have properties with types that cannot automatically be converted
-    from <code>String</code>. If the bean provides an alternative setter with 
+    from <code>String</code>. If the bean provides an alternative setter with
     the same name that does take a <code>String</code>, the BeanFactory will
     attempt to use that setter. If the BeanFactory cannot use the value or
     perform an appropriate conversion, setting the property will fail with a
     NamingException.</p>
-    
+
     <p>The <code>forceString</code> property available in earlier Tomcat
     releases has been removed as a security hardening measure.</p>
-    
+
   </subsection>
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org