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 D7BA7183A5 for ; Wed, 24 Feb 2016 12:34:41 +0000 (UTC) Received: (qmail 6288 invoked by uid 500); 24 Feb 2016 12:34:41 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 6247 invoked by uid 500); 24 Feb 2016 12:34:41 -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 6238 invoked by uid 99); 24 Feb 2016 12:34:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2016 12:34:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 370D41804EF for ; Wed, 24 Feb 2016 12:34:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.671 X-Spam-Level: X-Spam-Status: No, score=0.671 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ivLzW_vpK5-L for ; Wed, 24 Feb 2016 12:34:40 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id C036F5FAD6 for ; Wed, 24 Feb 2016 12:34:39 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BB176E0425 for ; Wed, 24 Feb 2016 12:34:38 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 8F03D3A0052 for ; Wed, 24 Feb 2016 12:34:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1732130 - /felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext Date: Wed, 24 Feb 2016 12:34:38 -0000 To: commits@felix.apache.org From: pderop@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160224123438.8F03D3A0052@svn01-us-west.apache.org> Author: pderop Date: Wed Feb 24 12:34:38 2016 New Revision: 1732130 URL: http://svn.apache.org/viewvc?rev=1732130&view=rev Log: typo. Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext?rev=1732130&r1=1732129&r2=1732130&view=diff ============================================================================== --- felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext (original) +++ felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext Wed Feb 24 12:34:38 2016 @@ -153,7 +153,7 @@ The following is the same as above, usin } } -Here is a more concise version with less "code ceremony" where the type of the type of the lambda parameter is not declared: +Here is a more concise version with less "code ceremony" where the type of the lambda parameter is not declared: :::java import org.apache.felix.dm.lambda.DependencyManagerActivator;