Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-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 EF59617CC9 for ; Wed, 14 Jan 2015 10:45:46 +0000 (UTC) Received: (qmail 66757 invoked by uid 500); 14 Jan 2015 10:45:48 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 66710 invoked by uid 500); 14 Jan 2015 10:45:48 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 66700 invoked by uid 99); 14 Jan 2015 10:45:48 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2015 10:45:48 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 2C004AC06AC; Wed, 14 Jan 2015 10:45:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1651616 - in /felix/sandbox/http-rfc189/api/src/main/java/org/apache/felix/http/api: FilterInfo.java ServletInfo.java Date: Wed, 14 Jan 2015 10:45:47 -0000 To: commits@felix.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150114104548.2C004AC06AC@hades.apache.org> Author: cziegeler Date: Wed Jan 14 10:45:47 2015 New Revision: 1651616 URL: http://svn.apache.org/r1651616 Log: Add todo Modified: felix/sandbox/http-rfc189/api/src/main/java/org/apache/felix/http/api/FilterInfo.java felix/sandbox/http-rfc189/api/src/main/java/org/apache/felix/http/api/ServletInfo.java Modified: felix/sandbox/http-rfc189/api/src/main/java/org/apache/felix/http/api/FilterInfo.java URL: http://svn.apache.org/viewvc/felix/sandbox/http-rfc189/api/src/main/java/org/apache/felix/http/api/FilterInfo.java?rev=1651616&r1=1651615&r2=1651616&view=diff ============================================================================== --- felix/sandbox/http-rfc189/api/src/main/java/org/apache/felix/http/api/FilterInfo.java (original) +++ felix/sandbox/http-rfc189/api/src/main/java/org/apache/felix/http/api/FilterInfo.java Wed Jan 14 10:45:47 2015 @@ -34,7 +34,8 @@ import aQute.bnd.annotation.ConsumerType *

* This class only provides information used at registration time, and as such differs slightly from {@link DTO}s like, {@link FilterDTO}. *

- * + * + * TODO - we should move this to the same place as {@link ExtHttpServiceRuntime}. * @author Felix Project Team */ @ConsumerType @@ -84,7 +85,7 @@ public final class FilterInfo /** * The dispatcher associations for the servlet filter. *

- * The specified names are used to determine in what occasions the servlet filter is called. + * The specified names are used to determine in what occasions the servlet filter is called. * See {@link DispatcherType} and Servlet 3.0 specification, section 6.2.5. *

*/ Modified: felix/sandbox/http-rfc189/api/src/main/java/org/apache/felix/http/api/ServletInfo.java URL: http://svn.apache.org/viewvc/felix/sandbox/http-rfc189/api/src/main/java/org/apache/felix/http/api/ServletInfo.java?rev=1651616&r1=1651615&r2=1651616&view=diff ============================================================================== --- felix/sandbox/http-rfc189/api/src/main/java/org/apache/felix/http/api/ServletInfo.java (original) +++ felix/sandbox/http-rfc189/api/src/main/java/org/apache/felix/http/api/ServletInfo.java Wed Jan 14 10:45:47 2015 @@ -33,7 +33,8 @@ import aQute.bnd.annotation.ConsumerType *

* This class only provides information used at registration time, and as such differs slightly from {@link DTO}s like, {@link ServletDTO}. *

- * + * + * TODO - we should move this to the same place as {@link ExtHttpServiceRuntime}. * @author Felix Project Team */ @ConsumerType