Format code with google-java-formatter version 1.3

Upgrade to version 1.3 which is the version in which the Eclipse
plugin was included [1].

The only change in formatting caused by this version is removal of
spaces after <li> tags in javadoc comments [2].

[1] https://github.com/google/google-java-format/pull/118
[2] bbb742ea49

Change-Id: I91ad790b586c9ea7e9af1b61016ea4276b90576d
This commit is contained in:
David Pursehouse 2017-02-10 11:03:02 +09:00 committed by David Ostrovsky
parent f6df1d7db6
commit 144a07d079
2 changed files with 5 additions and 5 deletions

View File

@ -140,8 +140,8 @@ public class IncludedInResolver {
* Partition the reference tips into two sets:
*
* <ul>
* <li> before = commits with time < target.getCommitTime()
* <li> after = commits with time >= target.getCommitTime()
* <li>before = commits with time < target.getCommitTime()
* <li>after = commits with time >= target.getCommitTime()
* </ul>
*
* Each of the before/after lists is sorted by the the commit time.

View File

@ -304,9 +304,9 @@ public class MergeUtil {
* <p>This adds the following footers if they are missing:
*
* <ul>
* <li> Reviewed-on: <i>url</i>
* <li> Reviewed-by | Tested-by | <i>Other-Label-Name</i>: <i>reviewer</i>
* <li> Change-Id
* <li>Reviewed-on: <i>url</i>
* <li>Reviewed-by | Tested-by | <i>Other-Label-Name</i>: <i>reviewer</i>
* <li>Change-Id
* </ul>
*
* @param n