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 E8D4D200B9D for ; Thu, 8 Sep 2016 00:40:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E79B9160ACF; Wed, 7 Sep 2016 22:40:39 +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 3961D160AD7 for ; Thu, 8 Sep 2016 00:40:39 +0200 (CEST) Received: (qmail 95215 invoked by uid 500); 7 Sep 2016 22:40:36 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 94916 invoked by uid 99); 7 Sep 2016 22:40:36 -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; Wed, 07 Sep 2016 22:40:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 449AAE094C; Wed, 7 Sep 2016 22:40:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Wed, 07 Sep 2016 22:40:59 -0000 Message-Id: <43c5390d72044710bc83bc77a8e04b62@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [25/32] git commit: [flex-falcon] [refs/heads/develop] - - Fixed JavaDoc errors - Changed the JavaDoc configuration to be active in the release. archived-at: Wed, 07 Sep 2016 22:40:40 -0000 - Fixed JavaDoc errors - Changed the JavaDoc configuration to be active in the release. Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/027fcda4 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/027fcda4 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/027fcda4 Branch: refs/heads/develop Commit: 027fcda4cc9aaa6d08237630a61bfa4ddfba245c Parents: 730f8ed Author: Christofer Dutz Authored: Mon Sep 5 10:21:38 2016 +0200 Committer: Christofer Dutz Committed: Mon Sep 5 10:21:38 2016 +0200 ---------------------------------------------------------------------- .../src/main/java/org/apache/flex/utils/EnvProperties.java | 2 +- .../src/main/java/org/apache/flex/utils/FilenameNormalization.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/027fcda4/compiler-test-utils/src/main/java/org/apache/flex/utils/EnvProperties.java ---------------------------------------------------------------------- diff --git a/compiler-test-utils/src/main/java/org/apache/flex/utils/EnvProperties.java b/compiler-test-utils/src/main/java/org/apache/flex/utils/EnvProperties.java index c591964..4bd14c4 100644 --- a/compiler-test-utils/src/main/java/org/apache/flex/utils/EnvProperties.java +++ b/compiler-test-utils/src/main/java/org/apache/flex/utils/EnvProperties.java @@ -31,7 +31,7 @@ import java.util.Properties; * * 1) unittest.properties * 2) environment variables - * 3) for key FLEX_HOME & PLAYERGLOBAL_HOME sets a default value. + * 3) for key FLEX_HOME & PLAYERGLOBAL_HOME sets a default value. */ public class EnvProperties { http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/027fcda4/compiler-test-utils/src/main/java/org/apache/flex/utils/FilenameNormalization.java ---------------------------------------------------------------------- diff --git a/compiler-test-utils/src/main/java/org/apache/flex/utils/FilenameNormalization.java b/compiler-test-utils/src/main/java/org/apache/flex/utils/FilenameNormalization.java index 7ef5e68..2d83e76 100644 --- a/compiler-test-utils/src/main/java/org/apache/flex/utils/FilenameNormalization.java +++ b/compiler-test-utils/src/main/java/org/apache/flex/utils/FilenameNormalization.java @@ -89,6 +89,7 @@ public class FilenameNormalization * Determines whether a file path is in normalized form. * * @param path A file path. + * @return true if the path is normalized. */ public static boolean isNormalized(String path) {