You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2017/12/18 05:32:40 UTC

[1/2] ant git commit: more +/- characters

Repository: ant
Updated Branches:
  refs/heads/master d95099a1a -> 82e0218d2


more +/- characters


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/6f5db5e0
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/6f5db5e0
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/6f5db5e0

Branch: refs/heads/master
Commit: 6f5db5e0689c0bea88f16f018be875ef9840825b
Parents: 246bc2b
Author: Stefan Bodewig <bo...@apache.org>
Authored: Mon Dec 18 06:32:07 2017 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Mon Dec 18 06:32:07 2017 +0100

----------------------------------------------------------------------
 src/main/org/apache/tools/ant/util/DateUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/6f5db5e0/src/main/org/apache/tools/ant/util/DateUtils.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/util/DateUtils.java b/src/main/org/apache/tools/ant/util/DateUtils.java
index af6fd87..2cf5bc9 100644
--- a/src/main/org/apache/tools/ant/util/DateUtils.java
+++ b/src/main/org/apache/tools/ant/util/DateUtils.java
@@ -346,10 +346,10 @@ public final class DateUtils {
      * That is:
      * <ul>
      * <li>Milliseconds since 1970-01-01 00:00</li>
-     * <li><code>YYYY-MM-DD{T| }HH:MM[:SS[.SSS]][ ][±ZZ[[:]ZZ]]</code></li>
+     * <li><code>YYYY-MM-DD{T| }HH:MM[:SS[.SSS]][ ][\u00b1ZZ[[:]ZZ]]</code></li>
      * <li><code>MM/DD/YYYY HH:MM[:SS] {AM|PM}</code></li></ul>
      * where {a|b} indicates that you must choose one of a or b, and [c]
-     * indicates that you may use or omit c. ±ZZZZ is the timezone offset, and
+     * indicates that you may use or omit c. \u00b1ZZZZ is the timezone offset, and
      * may be literally "Z" to mean GMT.
      *
      * @param dateStr String


[2/2] ant git commit: Merge branch '1.9.x'

Posted by bo...@apache.org.
Merge branch '1.9.x'


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/82e0218d
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/82e0218d
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/82e0218d

Branch: refs/heads/master
Commit: 82e0218d2e80a86b6febb32e4b549d81cf7827f4
Parents: d95099a 6f5db5e
Author: Stefan Bodewig <bo...@apache.org>
Authored: Mon Dec 18 06:32:30 2017 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Mon Dec 18 06:32:30 2017 +0100

----------------------------------------------------------------------
 src/main/org/apache/tools/ant/util/DateUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/82e0218d/src/main/org/apache/tools/ant/util/DateUtils.java
----------------------------------------------------------------------