You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2019/11/06 18:22:26 UTC

[uima-uimaj] branch master-v2 updated: [UIMA-6146] remove

from package.html, java 13 javadoc complains

This is an automated email from the ASF dual-hosted git repository.

schor pushed a commit to branch master-v2
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


The following commit(s) were added to refs/heads/master-v2 by this push:
     new 7eaaa25  [UIMA-6146] remove <h1> from package.html, java 13 javadoc complains
7eaaa25 is described below

commit 7eaaa25714a24c52a52ab6039b28461a798c5c9a
Author: Marshall Schor <ms...@schor.com>
AuthorDate: Wed Nov 6 13:21:54 2019 -0500

    [UIMA-6146] remove <h1> from package.html, java 13 javadoc complains
---
 uimaj-core/src/main/java/org/apache/uima/cas/impl/package.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uimaj-core/src/main/java/org/apache/uima/cas/impl/package.html b/uimaj-core/src/main/java/org/apache/uima/cas/impl/package.html
index 50e73f0..d5ce62d 100644
--- a/uimaj-core/src/main/java/org/apache/uima/cas/impl/package.html
+++ b/uimaj-core/src/main/java/org/apache/uima/cas/impl/package.html
@@ -31,7 +31,7 @@
 <p>Implementation and Low-Level API for the CAS Interfaces.</p>
 <p>Internal APIs. Use these APIs at your own risk. APIs in this package are subject to change without notice, even in minor releases. Use of this package is not supported. If you think you have found a bug in this package, please try to reproduce it with the officially supported APIs before reporting it.</p>
 <hr>
-<h1>Internals documentation</h1>
+<h2>Internals documentation</h2>
 <p>NOTE: This documentation is plain HTML, generated from a WYSIWIG editor "tinymce".&nbsp;&nbsp; The way to work on this:&nbsp; after setting up a small web page with the tinymce (running from a local file), use the Tools - source code to cut/paste between this file's source and that editor.</p>
 <h2>Java Cover Objects</h2>
 <p>It is possible to run UIMA without creating Java cover objects for FSs.&nbsp; However, for convenience, many of the APIs return Java objects that provide, in turn, various APIs for accessing features, updating in indexes, etc.</p>