You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/09/05 08:55:15 UTC

[20/23] git commit: [flex-falcon] [refs/heads/release0.7.0] - - Fixed JavaDoc errors - Changed the JavaDoc configuration to be active in the release.

- 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/release0.7.0
Commit: 027fcda4cc9aaa6d08237630a61bfa4ddfba245c
Parents: 730f8ed
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Sep 5 10:21:38 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
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 &amp; 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)
     {