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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 1d6beaf  Fixing minor typo in comment
1d6beaf is described below

commit 1d6beaff049e7c538d39c3da308559c2fefa3e60
Author: reta <drr...@gmail.com>
AuthorDate: Fri Mar 12 07:48:34 2021 -0500

    Fixing minor typo in comment
    
    (cherry picked from commit ed0c7fe5f6fa661662508dd0705e2965f6ef766e)
---
 .../cxf/systest/jaxrs/spring/boot/SpringJaxrsApplicationTest.java       | 2 +-
 .../java/org/apache/cxf/systest/jaxrs/spring/boot/SpringJaxrsTest.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/spring/boot/SpringJaxrsApplicationTest.java
 
b/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/spring/boot/SpringJaxrsApplicationTest.java
index 8c39555..fa4d5ec 100644
--- 
a/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/spring/boot/SpringJaxrsApplicationTest.java
+++ 
b/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/spring/boot/SpringJaxrsApplicationTest.java
@@ -88,7 +88,7 @@ public class SpringJaxrsApplicationTest {
         @Bean
         public SpringBus cxf() {
             final SpringBus bus = new SpringBus();
-            // Bye default, the exception are propagated and out fault 
interceptors are not called 
+            // By default, the exception are propagated and out fault 
interceptors are not called 
             bus.setProperty("org.apache.cxf.propagate.exception", 
Boolean.FALSE);
             return bus;
         }
diff --git 
a/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/spring/boot/SpringJaxrsTest.java
 
b/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/spring/boot/SpringJaxrsTest.java
index 338ec83..df9eb92 100644
--- 
a/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/spring/boot/SpringJaxrsTest.java
+++ 
b/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxrs/spring/boot/SpringJaxrsTest.java
@@ -89,7 +89,7 @@ public class SpringJaxrsTest {
         @Bean
         public SpringBus cxf() {
             final SpringBus bus = new SpringBus();
-            // Bye default, the exception are propagated and out fault 
interceptors are not called 
+            // By default, the exception are propagated and out fault 
interceptors are not called 
             bus.setProperty("org.apache.cxf.propagate.exception", 
Boolean.FALSE);
             return bus;
         }

Reply via email to