You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/12/09 10:49:54 UTC

[myfaces-tobago] branch tobago-5.x updated: Typo

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

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 2eadd88aae Typo
2eadd88aae is described below

commit 2eadd88aae97c22e75ece14abd3ad5436b8f475a
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Dec 9 11:49:50 2022 +0100

    Typo
---
 .../org/apache/myfaces/tobago/example/spring/TobagoApplication.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-spring-boot/src/main/java/org/apache/myfaces/tobago/example/spring/TobagoApplication.java b/tobago-example/tobago-example-spring-boot/src/main/java/org/apache/myfaces/tobago/example/spring/TobagoApplication.java
index 4078c85de3..8ee412a6d6 100644
--- a/tobago-example/tobago-example-spring-boot/src/main/java/org/apache/myfaces/tobago/example/spring/TobagoApplication.java
+++ b/tobago-example/tobago-example-spring-boot/src/main/java/org/apache/myfaces/tobago/example/spring/TobagoApplication.java
@@ -39,7 +39,7 @@ public class TobagoApplication {
   }
 
   /**
-   * This is to put &lt;multipart-config> into the FacesServlet.
+   * This is to put &lt;multipart-config&gt; into the FacesServlet.
    * This "normally" happens in the web.xml file.
    */
   @Bean