Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C8830200BD6 for ; Sun, 4 Dec 2016 16:27:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C6F48160B0E; Sun, 4 Dec 2016 15:27:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 19558160AE4 for ; Sun, 4 Dec 2016 16:27:07 +0100 (CET) Received: (qmail 33091 invoked by uid 500); 4 Dec 2016 15:27:07 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 33082 invoked by uid 99); 4 Dec 2016 15:27:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2016 15:27:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D3EF1C1489 for ; Sun, 4 Dec 2016 15:27:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id F66jsrlDWF3X for ; Sun, 4 Dec 2016 15:27:06 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 681835F2EF for ; Sun, 4 Dec 2016 15:27:05 +0000 (UTC) Received: (qmail 29030 invoked by uid 99); 4 Dec 2016 15:24:35 -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; Sun, 04 Dec 2016 15:24:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EFFE0E0A77; Sun, 4 Dec 2016 15:24:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: plexus@apache.org To: commits@tamaya.incubator.apache.org Date: Sun, 04 Dec 2016 15:24:35 -0000 Message-Id: <9202e89c776f4972b7591396a81708be@git.apache.org> In-Reply-To: <266a5b1b0a704b989fb383537e8f676f@git.apache.org> References: <266a5b1b0a704b989fb383537e8f676f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] incubator-tamaya git commit: Fixed typo. archived-at: Sun, 04 Dec 2016 15:27:09 -0000 Fixed typo. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/e0a51f65 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/e0a51f65 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/e0a51f65 Branch: refs/heads/master Commit: e0a51f65e7cf19a8d08d4ada3535cc4137f07513 Parents: ac0c083 Author: Oliver B. Fischer Authored: Mon Nov 28 22:13:28 2016 +0100 Committer: Oliver B. Fischer Committed: Wed Nov 30 23:23:45 2016 +0100 ---------------------------------------------------------------------- .../tamaya/core/propertysource/EnvironmentPropertySource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/e0a51f65/code/core/src/main/java/org/apache/tamaya/core/propertysource/EnvironmentPropertySource.java ---------------------------------------------------------------------- diff --git a/code/core/src/main/java/org/apache/tamaya/core/propertysource/EnvironmentPropertySource.java b/code/core/src/main/java/org/apache/tamaya/core/propertysource/EnvironmentPropertySource.java index 43e2449..0598667 100644 --- a/code/core/src/main/java/org/apache/tamaya/core/propertysource/EnvironmentPropertySource.java +++ b/code/core/src/main/java/org/apache/tamaya/core/propertysource/EnvironmentPropertySource.java @@ -37,7 +37,7 @@ public class EnvironmentPropertySource extends BasePropertySource { private static final Logger LOG = Logger.getLogger(EnvironmentPropertySource.class.getName()); /** - * default ordinal for {@link org.apache.tamaya.core.propertysource.EnvironmentPropertySource} + * Default ordinal for {@link org.apache.tamaya.core.propertysource.EnvironmentPropertySource} */ public static final int DEFAULT_ORDINAL = 300;