From 8fcba48b72f632c68bab9868bec3b52b4588b7ce Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Sun, 17 Nov 2019 18:05:46 +0100 Subject: [PATCH] Fix typo in Javadoc No functional changes. Change-Id: Ic7f9bb85806eca2788303c2f808d003cdfc7cc7c Signed-off-by: Michael Keppler --- org.eclipse.jgit/src/org/eclipse/jgit/util/GitDateParser.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/GitDateParser.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/GitDateParser.java index 56a173163..c6a689994 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/util/GitDateParser.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/GitDateParser.java @@ -144,7 +144,7 @@ public class GitDateParser { *
  • "yesterday"
  • *
  • "(x) years|months|weeks|days|hours|minutes|seconds ago"
    * Multiple specs can be combined like in "2 weeks 3 days ago". Instead of ' - * ' one can use '.' to seperate the words
  • + * ' one can use '.' to separate the words *
  • "yyyy-MM-dd HH:mm:ss Z" (ISO)
  • *
  • "EEE, dd MMM yyyy HH:mm:ss Z" (RFC)
  • *
  • "yyyy-MM-dd"
  • @@ -186,7 +186,7 @@ public class GitDateParser { *
  • "yesterday"
  • *
  • "(x) years|months|weeks|days|hours|minutes|seconds ago"
    * Multiple specs can be combined like in "2 weeks 3 days ago". Instead of ' - * ' one can use '.' to seperate the words
  • + * ' one can use '.' to separate the words *
  • "yyyy-MM-dd HH:mm:ss Z" (ISO)
  • *
  • "EEE, dd MMM yyyy HH:mm:ss Z" (RFC)
  • *
  • "yyyy-MM-dd"