You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2017/08/22 07:54:58 UTC

[2/3] cxf git commit: fixed typo in log message

fixed typo in log message


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/b504fcb7
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b504fcb7
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b504fcb7

Branch: refs/heads/3.1.x-fixes
Commit: b504fcb7041aa2a29d8602d5d1e72670a953813c
Parents: ece77ee
Author: Dennis Kieselhorst <de...@apache.org>
Authored: Tue Aug 22 09:41:25 2017 +0200
Committer: Dennis Kieselhorst <ma...@dekies.de>
Committed: Tue Aug 22 09:54:28 2017 +0200

----------------------------------------------------------------------
 .../java/org/apache/cxf/transport/servlet/ServletController.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/b504fcb7/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletController.java
----------------------------------------------------------------------
diff --git a/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletController.java b/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletController.java
index dbd59ad..6f60da6 100644
--- a/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletController.java
+++ b/rt/transports/http/src/main/java/org/apache/cxf/transport/servlet/ServletController.java
@@ -179,7 +179,7 @@ public class ServletController {
                     d = destinationRegistry.checkRestfulRequest(pathInfo);
                     if (d == null || d.getMessageObserver() == null) {
                         if (returnErrors) {
-                            LOG.warning("Can't find the the request for "
+                            LOG.warning("Can't find the request for "
                                 + request.getRequestURL() + "'s Observer ");
                             generateNotFound(request, res);
                         }