You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2016/09/05 12:05:24 UTC

cxf git commit: Fixing the build failure

Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 6ac95e9ad -> 08c5289ff


Fixing the build failure


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

Branch: refs/heads/3.1.x-fixes
Commit: 08c5289ff6c9d765b0d404ee7493ea74ff7f3743
Parents: 6ac95e9
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Mon Sep 5 13:04:58 2016 +0100
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Mon Sep 5 13:04:58 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/cxf/systest/jaxrs/BookContinuationStore.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/08c5289f/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/BookContinuationStore.java
----------------------------------------------------------------------
diff --git a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/BookContinuationStore.java b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/BookContinuationStore.java
index ab4e789..4a269c0 100644
--- a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/BookContinuationStore.java
+++ b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/BookContinuationStore.java
@@ -70,7 +70,7 @@ public class BookContinuationStore implements BookAsyncInterface {
     @GET
     @Path("/books/resumeFromFastThread")
     @Produces("text/plain")
-    public void getBookDescriptionResumeFromFastThread(@Suspended AsyncResponse async) {
+    public void getBookDescriptionResumeFromFastThread(@Suspended final AsyncResponse async) {
         executor.execute(new Runnable() {
             public void run() {
                 try {