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/03/30 11:38:41 UTC

[tomcat] branch main updated: Remove trailing spaces

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 80ddfba  Remove trailing spaces
80ddfba is described below

commit 80ddfba2f62af1d9b8228d2c5796ef8359136898
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Mar 30 12:38:36 2022 +0100

    Remove trailing 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 f19f0a5..8bcc694 100644
--- a/webapps/docs/jndi-resources-howto.xml
+++ b/webapps/docs/jndi-resources-howto.xml
@@ -333,15 +333,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