Bug 543933 - Build javadocs with Java 11

Fix javadoc warnings catched by Java 11 tool with XDoclint:html.

Change-Id: I06b05f4c190658ed8c8d79b1e1d33ac534f1adb3
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.equinox.frameworkadmin/src/org/eclipse/equinox/frameworkadmin/package.html b/bundles/org.eclipse.equinox.frameworkadmin/src/org/eclipse/equinox/frameworkadmin/package.html
index e516eaf..3602299 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin/src/org/eclipse/equinox/frameworkadmin/package.html
+++ b/bundles/org.eclipse.equinox.frameworkadmin/src/org/eclipse/equinox/frameworkadmin/package.html
@@ -12,6 +12,6 @@
 This API package defines the framework admin which is used to manage the bundles.info.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/package.html b/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/package.html
index e79ec12..b55ef2f 100644
--- a/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/package.html
+++ b/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/package.html
@@ -22,6 +22,6 @@
 </p>
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/spi/package.html b/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/spi/package.html
index 70d3ca5..8100bb8 100644
--- a/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/spi/package.html
+++ b/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/spi/package.html
@@ -15,6 +15,6 @@
 services to the system, or add services directly to an agent.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
index 851fc6b..bcc800e 100644
--- a/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.equinox.p2.director;singleton:=true
-Bundle-Version: 2.4.200.qualifier
+Bundle-Version: 2.4.300.qualifier
 Bundle-ClassPath: .
 Bundle-Activator: org.eclipse.equinox.internal.p2.director.DirectorActivator
 Bundle-Vendor: %providerName
diff --git a/bundles/org.eclipse.equinox.p2.director/pom.xml b/bundles/org.eclipse.equinox.p2.director/pom.xml
index 73110e6..cb2408e 100644
--- a/bundles/org.eclipse.equinox.p2.director/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.director/pom.xml
@@ -9,6 +9,6 @@
   </parent>
   <groupId>org.eclipse.equinox</groupId>
   <artifactId>org.eclipse.equinox.p2.director</artifactId>
-  <version>2.4.200-SNAPSHOT</version>
+  <version>2.4.300-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>
diff --git a/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/package.html b/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/package.html
index acb4d22..b4e27ac 100644
--- a/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/package.html
+++ b/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/package.html
@@ -13,6 +13,6 @@
 </p>
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/package.html b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/package.html
index 8cf8516..aced7f5 100644
--- a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/package.html
+++ b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/package.html
@@ -17,6 +17,6 @@
 service.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/query/UserVisibleRootQuery.java b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/query/UserVisibleRootQuery.java
index cf2a401..3ec9880 100644
--- a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/query/UserVisibleRootQuery.java
+++ b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/query/UserVisibleRootQuery.java
@@ -34,7 +34,7 @@
 	 * Test if the {@link IInstallableUnit}, in the context of a {@link IProfile} is visible to the user 
 	 * @param iu the element being tested.
 	 * @param profile the context in which the iu is tested
-	 * @return <tt>true</tt> if the element is visible to the user.
+	 * @return <code>true</code> if the element is visible to the user.
 	 */
 	public static boolean isUserVisible(IInstallableUnit iu, IProfile profile) {
 		String value = profile.getInstallableUnitProperty(iu, IProfile.PROP_PROFILE_ROOT_IU);
diff --git a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/query/package.html b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/query/package.html
index 3aad2eb..bfb98c4 100644
--- a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/query/package.html
+++ b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/query/package.html
@@ -12,6 +12,6 @@
 This package specifies API for querying the profile.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/spi/package.html b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/spi/package.html
index d53f58d..32429b9 100644
--- a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/spi/package.html
+++ b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/spi/package.html
@@ -12,6 +12,6 @@
 This package specifies SPI for registering new actions and new touchpoints to the engine.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/expression/IExpressionFactory.java b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/expression/IExpressionFactory.java
index 43b61da..cd4a2d4 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/expression/IExpressionFactory.java
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/expression/IExpressionFactory.java
@@ -374,8 +374,8 @@
 	IExpression select(IExpression collection, IExpression lambda);
 
 	/**
-	 * Returns the variable that represents <code>this</this> in an expression
-	 * @return The <code>this</this> variable.
+	 * Returns the variable that represents <code>this</code> in an expression
+	 * @return The <code>this</code> variable.
 	 */
 	IExpression thisVariable();
 
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/expression/package.html b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/expression/package.html
index 04c5240..2be08cf 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/expression/package.html
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/expression/package.html
@@ -11,6 +11,6 @@
 This package defines a simple expression language that is used to define requirements and filters in the metadata, but also form the base of the p2 query language.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/index/package.html b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/index/package.html
index 3486d12..280ac3a 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/index/package.html
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/index/package.html
@@ -13,6 +13,6 @@
 to optimize queries against a particular queryable source.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/package.html b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/package.html
index 8b40121..53d61d5 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/package.html
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/package.html
@@ -12,6 +12,6 @@
 This API package defines the constructs being manipulated by p2 such as installable units.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java
index 2cdf9a9..679e63b 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java
@@ -489,7 +489,7 @@
 	/**
 	 * Test if the {@link IInstallableUnit} is a category. 
 	 * @param iu the element being tested.
-	 * @return <tt>true</tt> if the parameter is a category.
+	 * @return <code>true</code> if the parameter is a category.
 	 */
 	public static boolean isCategory(IInstallableUnit iu) {
 		String value = iu.getProperty(PROP_TYPE_CATEGORY);
@@ -501,7 +501,7 @@
 	/**
 	 * Test if the {@link IInstallableUnit} is a fragment. 
 	 * @param iu the element being tested.
-	 * @return <tt>true</tt> if the parameter is a fragment.
+	 * @return <code>true</code> if the parameter is a fragment.
 	 */
 	public static boolean isFragment(IInstallableUnit iu) {
 		return iu instanceof IInstallableUnitFragment;
@@ -510,7 +510,7 @@
 	/**
 	 * Test if the {@link IInstallableUnit} is a group. 
 	 * @param iu the element being tested.
-	 * @return <tt>true</tt> if the parameter is a group.
+	 * @return <code>true</code> if the parameter is a group.
 	 */
 	public static boolean isGroup(IInstallableUnit iu) {
 		String value = iu.getProperty(PROP_TYPE_GROUP);
@@ -522,7 +522,7 @@
 	/**
 	 * Test if the {@link IInstallableUnit} is a product. 
 	 * @param iu the element being tested.
-	 * @return <tt>true</tt> if the parameter is a group.
+	 * @return <code>true</code> if the parameter is a group.
 	 * @since 2.2
 	 */
 	public static boolean isProduct(IInstallableUnit iu) {
@@ -535,7 +535,7 @@
 	/**
 	 * Test if the {@link IInstallableUnit} is a patch. 
 	 * @param iu the element being tested.
-	 * @return <tt>true</tt> if the parameter is a patch.
+	 * @return <code>true</code> if the parameter is a patch.
 	 */
 	public static boolean isPatch(IInstallableUnit iu) {
 		String value = iu.getProperty(PROP_TYPE_PATCH);
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/package.html b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/package.html
index ddcfd40..e6deda2 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/package.html
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/package.html
@@ -13,6 +13,6 @@
 Additional queries can be found in the org.eclipse.equinox.p2.metadata.query package and more domain specific queries can be found in the touchpoints.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
index c453ba5..02e566e 100644
--- a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.equinox.p2.repository;singleton:=true
-Bundle-Version: 2.4.200.qualifier
+Bundle-Version: 2.4.300.qualifier
 Bundle-Activator: org.eclipse.equinox.internal.p2.repository.Activator
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.equinox.p2.repository/pom.xml b/bundles/org.eclipse.equinox.p2.repository/pom.xml
index a5ce45c..7343feb 100644
--- a/bundles/org.eclipse.equinox.p2.repository/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.repository/pom.xml
@@ -9,6 +9,6 @@
   </parent>
   <groupId>org.eclipse.equinox</groupId>
   <artifactId>org.eclipse.equinox.p2.repository</artifactId>
-  <version>2.4.200-SNAPSHOT</version>
+  <version>2.4.300-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/package.html b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/package.html
index b2edf0f..feec513 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/package.html
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/package.html
@@ -12,6 +12,6 @@
 This package defines the concept of artifact repository. An artifact repository stores artifacts.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/spi/ArtifactRepositoryFactory.java b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/spi/ArtifactRepositoryFactory.java
index 31c80a2..42f41e9 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/spi/ArtifactRepositoryFactory.java
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/spi/ArtifactRepositoryFactory.java
@@ -24,7 +24,7 @@
 /**
  * An artifact repository factory is responsible for creating and loading instances
  * of a particular type of artifact repository. Factories are provided via the 
- * <tt>org.eclipse.equinox.p2.artifact.repository.artifactRepositories</tt> extension point.
+ * <code>org.eclipse.equinox.p2.artifact.repository.artifactRepositories</code> extension point.
  * @since 2.0
  */
 public abstract class ArtifactRepositoryFactory {
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/spi/package.html b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/spi/package.html
index d344e46..2e5f6bd 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/spi/package.html
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/spi/package.html
@@ -12,6 +12,6 @@
 This package defines SPI for registering new implementations of artifact repositories.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/metadata/package.html b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/metadata/package.html
index a79a5ff..535df1e 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/metadata/package.html
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/metadata/package.html
@@ -12,6 +12,6 @@
 This package defines the concept of metadata repository. A metadata repository stores p2 metadata.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
\ No newline at end of file
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/metadata/spi/MetadataRepositoryFactory.java b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/metadata/spi/MetadataRepositoryFactory.java
index fde8310..e3e28d0 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/metadata/spi/MetadataRepositoryFactory.java
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/metadata/spi/MetadataRepositoryFactory.java
@@ -24,7 +24,7 @@
 /**
  * A metadata repository factory is responsible for creating and loading instances
  * of a particular type of metadata repository. Factories are provided via the 
- * <tt>org.eclipse.equinox.p2.metadata.repository.metadataRepositories</tt> extension point.
+ * <code>org.eclipse.equinox.p2.metadata.repository.metadataRepositories</code> extension point.
  * @since 2.0
  */
 public abstract class MetadataRepositoryFactory {
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/metadata/spi/package.html b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/metadata/spi/package.html
index f9ff751..5ae033b 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/metadata/spi/package.html
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/metadata/spi/package.html
@@ -12,6 +12,6 @@
 This package defines SPI for registering new implementations of metadata repositories.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/package.html b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/package.html
index 918e273..b686775 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/package.html
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/package.html
@@ -15,6 +15,6 @@
 agent.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/spi/package.html b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/spi/package.html
index ad41c84..79cb75b 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/spi/package.html
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/spi/package.html
@@ -12,6 +12,6 @@
 This package defines the common types to handle metadata and artifact repositories.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
index d7bea43..997860b 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.equinox.p2.touchpoint.eclipse;singleton:=true
-Bundle-Version: 2.2.200.qualifier
+Bundle-Version: 2.2.300.qualifier
 Bundle-Activator: org.eclipse.equinox.internal.p2.touchpoint.eclipse.Activator
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml
index d3f806f..d8655f7 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml
@@ -9,6 +9,6 @@
   </parent>
   <groupId>org.eclipse.equinox</groupId>
   <artifactId>org.eclipse.equinox.p2.touchpoint.eclipse</artifactId>
-  <version>2.2.200-SNAPSHOT</version>
+  <version>2.2.300-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/p2/touchpoint/eclipse/query/OSGiBundleQuery.java b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/p2/touchpoint/eclipse/query/OSGiBundleQuery.java
index 3b6447f..2c66bab 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/p2/touchpoint/eclipse/query/OSGiBundleQuery.java
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/p2/touchpoint/eclipse/query/OSGiBundleQuery.java
@@ -34,7 +34,7 @@
 	/**
 	 * Test if the {@link IInstallableUnit} describes an OSGi bundle. 
 	 * @param iu the element being tested.
-	 * @return <tt>true</tt> if the parameter describes an OSGi bundle.
+	 * @return <code>true</code> if the parameter describes an OSGi bundle.
 	 */
 	public static boolean isOSGiBundle(IInstallableUnit iu) {
 		return bundleTest.isMatch(iu);
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/p2/touchpoint/eclipse/query/package.html b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/p2/touchpoint/eclipse/query/package.html
index 1af2a84..f3bbe2e 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/p2/touchpoint/eclipse/query/package.html
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/p2/touchpoint/eclipse/query/package.html
@@ -13,6 +13,6 @@
 is specific to OSGi bundles or Eclipse-specific constructs such as features.
 <p>
 @since 2.0
-<p>
+</p>
 </body>
 </html>