Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EF3A18022 for ; Thu, 10 Dec 2015 12:18:37 +0000 (UTC) Received: (qmail 45327 invoked by uid 500); 10 Dec 2015 12:18:37 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 45264 invoked by uid 500); 10 Dec 2015 12:18:37 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 45255 invoked by uid 99); 10 Dec 2015 12:18:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2015 12:18:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3C8BEE0A99; Thu, 10 Dec 2015 12:18:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sergeyb@apache.org To: commits@cxf.apache.org Message-Id: <025a88fadcbf461cad9f5e4040c62503@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: Removing the comments Date: Thu, 10 Dec 2015 12:18:37 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 452300ef1 -> f39a7d185 Removing the comments Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f39a7d18 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f39a7d18 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f39a7d18 Branch: refs/heads/3.1.x-fixes Commit: f39a7d185e0127e5507376c3034893bd149c9ed3 Parents: 452300e Author: Sergey Beryozkin Authored: Thu Dec 10 12:14:19 2015 +0000 Committer: Sergey Beryozkin Committed: Thu Dec 10 12:18:24 2015 +0000 ---------------------------------------------------------------------- .../main/java/sample/rs/service/SampleRestWSApplication.java | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/f39a7d18/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/src/main/java/sample/rs/service/SampleRestWSApplication.java ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/src/main/java/sample/rs/service/SampleRestWSApplication.java b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/src/main/java/sample/rs/service/SampleRestWSApplication.java index ac1f1e3..7a78392 100644 --- a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/src/main/java/sample/rs/service/SampleRestWSApplication.java +++ b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/src/main/java/sample/rs/service/SampleRestWSApplication.java @@ -59,9 +59,4 @@ public class SampleRestWSApplication { return endpoint.create(); } - //@Override - //protected SpringApplicationBuilder configure(SpringApplicationBuilder application) { - // return application.sources(SampleRestWSApplication.class); - //} - }