From commits-return-8069-apmail-cxf-commits-archive=cxf.apache.org@cxf.apache.org Wed Apr 08 16:00:26 2009 Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 32165 invoked from network); 8 Apr 2009 16:00:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Apr 2009 16:00:25 -0000 Received: (qmail 45285 invoked by uid 500); 8 Apr 2009 16:00:25 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 45221 invoked by uid 500); 8 Apr 2009 16:00:25 -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 45212 invoked by uid 99); 8 Apr 2009 16:00:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 16:00:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 16:00:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 74ABF2388A36; Wed, 8 Apr 2009 16:00:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r763296 - /cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSInvoker.java Date: Wed, 08 Apr 2009 16:00:03 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090408160003.74ABF2388A36@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Wed Apr 8 16:00:02 2009 New Revision: 763296 URL: http://svn.apache.org/viewvc?rev=763296&view=rev Log: Remove unneeded SuppressWarnings Modified: cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSInvoker.java Modified: cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSInvoker.java URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSInvoker.java?rev=763296&r1=763295&r2=763296&view=diff ============================================================================== --- cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSInvoker.java (original) +++ cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/JAXRSInvoker.java Wed Apr 8 16:00:02 2009 @@ -61,7 +61,6 @@ public JAXRSInvoker() { } - @SuppressWarnings("unchecked") public Object invoke(Exchange exchange, Object request) { Response response = exchange.get(Response.class); if (response != null) {