scripting: Fix Java-doc for java-doc build

Change-Id: Ic3260051d144582f2bfcd9086affe2e8184d69be
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/154678
Tested-by: CI Bot
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
diff --git a/analyses/org.eclipse.tracecompass.incubator.scripting.core/src/org/eclipse/tracecompass/incubator/scripting/core/analysis/AnalysisScriptingModule.java b/analyses/org.eclipse.tracecompass.incubator.scripting.core/src/org/eclipse/tracecompass/incubator/scripting/core/analysis/AnalysisScriptingModule.java
index 3fbfe46..df30fb9 100644
--- a/analyses/org.eclipse.tracecompass.incubator.scripting.core/src/org/eclipse/tracecompass/incubator/scripting/core/analysis/AnalysisScriptingModule.java
+++ b/analyses/org.eclipse.tracecompass.incubator.scripting.core/src/org/eclipse/tracecompass/incubator/scripting/core/analysis/AnalysisScriptingModule.java
@@ -32,6 +32,7 @@
  * <p>
  * Example scripts with data providers can be found here:
  * <ul>
+ * </p>
  * <li><a href="../doc-files/scriptedDataProvider.js">A scripted time graph data
  * provider</a> with script-defined entries and arrows (javascript)</li>
  * <li><a href="../doc-files/basicAnalysis.js">A basic analysis</a> building an
@@ -54,7 +55,7 @@
      *            The name of the analysis
      * @return The new analysis, for the active trace, or <code>null</code> if
      *         there is no active trace.
-     * @deprecated Use {@module #createScriptedAnalysis(ITmfTrace, String)}
+     * @deprecated Use {@link #createScriptedAnalysis(ITmfTrace, String)}
      *             instead
      */
     @WrapToScript
@@ -105,7 +106,7 @@
      * <p>
      * The analyses can be queried by ID, or by name, ie the text that is
      * displayed in the Trace Compass UI.
-     *
+     * </p>
      * @param trace
      *            The trace being analyzed.
      * @param analysisName
diff --git a/pom.xml b/pom.xml
index d936d43..d76d9b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -648,5 +648,4 @@
       </plugins>
     </pluginManagement>
   </build>
-
 </project>