Fix list items

This commit is contained in:
Rene Pfeuffer
2018-11-01 11:09:42 +01:00
parent fbd62e0fd5
commit ab2a622ac6

View File

@@ -51,15 +51,16 @@ import java.util.TreeMap;
* *
* The folowing modifications are applied when using the git format * The folowing modifications are applied when using the git format
* <ul> * <ul>
* <il> * <li>
* remove the svn header * remove the svn header
* </il> * </li>
* <il> * <li>
* use the git diff code 100644 on the new file and deleted file actions * use the git diff code 100644 on new file and deleted file actions
* </il> * </li>
* <il> * <li>
* remove the labels in the added and deleted file headers eg. [+++ a/a.txt (revision 4)] will replaced with [+++ a/a.txt] * remove the labels in the added and deleted file headers, eg. <code>[+++ a/a.txt (revision 4)]</code> is
* </il> * replaced with <code>[+++ a/a.txt]</code>
* </li>
* </ul> * </ul>
*/ */
@SuppressWarnings("all") @SuppressWarnings("all")