Bug 571156 - Javadoc build failure in I20210211-1810

Fix opening/closing tags pairs.

Change-Id: I08160cee5e1b89d9817d59e4a305997135e6bcb5
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.core.resources/src/org/eclipse/core/resources/IIncrementalProjectBuilder2.java b/bundles/org.eclipse.core.resources/src/org/eclipse/core/resources/IIncrementalProjectBuilder2.java
index ea1ea86..27b497f 100644
--- a/bundles/org.eclipse.core.resources/src/org/eclipse/core/resources/IIncrementalProjectBuilder2.java
+++ b/bundles/org.eclipse.core.resources/src/org/eclipse/core/resources/IIncrementalProjectBuilder2.java
@@ -29,6 +29,7 @@
  * <p>
  * All builders must subclass {@link IncrementalProjectBuilder} and can
  * optionally implement this interface.
+ * </p>
  *
  * @see IncrementalProjectBuilder
  * @since 3.14
@@ -42,11 +43,11 @@
 	 * that were created by previous invocations of the builder. The platform will
 	 * take care of discarding the builder's last built state (there is no need to
 	 * call <code>forgetLastBuiltState</code>).
-	 * </p>
 	 * <p>
 	 * This method is called as a result of invocations of
 	 * <code>IWorkspace.build</code> or <code>IProject.build</code> where the build
 	 * kind is {@link IncrementalProjectBuilder#CLEAN_BUILD}.
+	 * </p>
 	 * <p>
 	 * This method is long-running; progress and cancellation are provided by the
 	 * given progress monitor. All builders should report their progress and honor