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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new ed0c7fe  Fixing minor typo in comment
ed0c7fe is described below

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

    Fixing minor typo in comment
---
 .../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