Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-18 15:47:40 +0000
committerAlexander Kurtakov2019-02-18 15:47:40 +0000
commita11559061cad795991a3cedf2b5865928b37b77c (patch)
treed2646d95768f2a242b88b24e3351f7a9d8c42061 /org.eclipse.core.filebuffers
parent5022557f3c9c7735813111b5c2a0d7ff07f8b12e (diff)
downloadeclipse.platform.text-a11559061cad795991a3cedf2b5865928b37b77c.tar.gz
eclipse.platform.text-a11559061cad795991a3cedf2b5865928b37b77c.tar.xz
eclipse.platform.text-a11559061cad795991a3cedf2b5865928b37b77c.zip
Bug 543933 - Build javadocs with Java 11
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I361b79bda124f98380dec2c87ca41b09f4098643 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.core.filebuffers')
-rw-r--r--org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/package.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/package.html b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/package.html
index af6d55041fa..3da5557f52f 100644
--- a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/package.html
+++ b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/package.html
@@ -9,9 +9,9 @@
<h2>Package Specification</h2>
<p>File buffers represent a file that is being edited. Text file buffers are
specific for text files. They represent the content of a text file in form of
- an <tt>IDocument</tt> and and associated <tt>IAnnotationModel</tt>. File buffers are managed by
- a file buffer manager. The <tt>org.eclipse.core.filebuffers</tt> plug-in provides a default
- file buffer manager that can be obtained by calling <tt>FileBuffers.getTextFileBufferManager()</tt>.
- The file buffer manager supports listeners, <tt>IFileBufferListener</tt>, that are informed about all relevant
+ an <code>IDocument</code> and and associated <code>IAnnotationModel</code>. File buffers are managed by
+ a file buffer manager. The <code>org.eclipse.core.filebuffers</code> plug-in provides a default
+ file buffer manager that can be obtained by calling <code>FileBuffers.getTextFileBufferManager()</code>.
+ The file buffer manager supports listeners, <code>IFileBufferListener</code>, that are informed about all relevant
state changes of file buffers as well as their creation and disposal.</p>
</body></html> \ No newline at end of file

Back to the top