You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/03/01 14:21:20 UTC

[22/50] [abbrv] incubator-freemarker git commit: (JavaDoc typo)

(JavaDoc typo)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/1b94c280
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/1b94c280
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/1b94c280

Branch: refs/heads/2.3
Commit: 1b94c280c6fd2d603dfc0b1d831fcc3dc34ee8a8
Parents: 0d069dc
Author: ddekany <dd...@apache.org>
Authored: Wed Feb 22 09:00:33 2017 +0100
Committer: ddekany <dd...@apache.org>
Committed: Wed Feb 22 09:00:33 2017 +0100

----------------------------------------------------------------------
 src/main/java/freemarker/core/Configurable.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/1b94c280/src/main/java/freemarker/core/Configurable.java
----------------------------------------------------------------------
diff --git a/src/main/java/freemarker/core/Configurable.java b/src/main/java/freemarker/core/Configurable.java
index 60372b9..ae14643 100644
--- a/src/main/java/freemarker/core/Configurable.java
+++ b/src/main/java/freemarker/core/Configurable.java
@@ -722,7 +722,7 @@ public class Configurable {
      *   {@link java.sql.Date java.sql.Date} and {@link java.sql.Time java.sql.Time}, and then if, for example,
      *   {@code time_zone} is GMT+00:00, the
      *   values from the earlier examples will be shown as 2014-07-11 (one day off) and 09:57:00 (2 hours off). While
-     *   those are the time zone correct renderings, those values probably was meant to shown "as is".
+     *   those are the time zone correct renderings, those values are probably meant to be shown "as is".
      *   
      *   <li>You may wonder why this setting isn't simply "SQL time zone", since the time zone related behavior of JDBC
      *   applies to {@link java.sql.Timestamp java.sql.Timestamp} too. FreeMarker assumes that you have set up your