Fix missing <p> tags in comments

Change-Id: I8dd7777265185969d184695624b4f8e0c6f13aa1
This commit is contained in:
Stefan Beller
2015-07-13 10:47:16 -07:00
parent cbb9c9adcc
commit e89e1a05e5
2 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ public abstract class SubmitStrategy {
/**
* Checks whether the given commit can be merged.
*
* <p>
* Implementations must ensure that invoking this method modifies neither the
* git repository nor the Gerrit database.
*
@@ -160,7 +160,7 @@ public abstract class SubmitStrategy {
* <p>
* By default this method returns an empty map, but subclasses may override
* this method to provide any newly created commits.
*
* <p>
* This method may only be called after {@link #run(CodeReviewCommit,
* Collection)}.
*