Fix GitDateFormatter javadoc.

Change-Id: I627bdc387754a626ed8b1839494c05dfd5950d11
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Tomasz Zarna 2012-06-14 00:06:30 +02:00 committed by Matthias Sohn
parent f5b58d21a4
commit 55f42a8c1d
1 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,9 @@
/**
* A utility for formatting dates according to the Git log.date formats plus
* extensions. <p< The enum {@link Format} defines the available types
* extensions.
* <p>
* The enum {@link Format} defines the available types.
*/
public class GitDateFormatter {