# HG changeset patch
# User jjg
# Date 1515546219 28800
# Node ID 2e5226ca1329bd5a4370090516ef20dfbfce9c82
# Parent 13f6856e8489e572da415d2535f03b61584036ac
8185986: redundant/obsolete overview.html pages
Reviewed-by: darcy
diff -r 13f6856e8489 -r 2e5226ca1329 src/java.compiler/share/classes/javax/lang/model/overview.html
--- a/src/java.compiler/share/classes/javax/lang/model/overview.html Tue Jan 09 16:24:24 2018 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-
-
-
-
-javax.lang.model
-
-
-
-
-Packages used to model various aspects of the Java programming language.
-
-@since 1.6
-
-
-
diff -r 13f6856e8489 -r 2e5226ca1329 src/java.compiler/share/classes/javax/tools/overview.html
--- a/src/java.compiler/share/classes/javax/tools/overview.html Tue Jan 09 16:24:24 2018 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-
-
-
-
-
-javax.tools
-
-
-
-
-The Java™ programming language compiler API is a set of interfaces that describes the
-functions provided by a compiler. This API has three
-main objectives:
-
-
-
-
-- Allow invocation of a compiler from a program using
-standardized interfaces.
-
-- Provide interfaces enabling the compiler to report diagnostics in a
-structured way.
-
-- Provide interfaces enabling clients of the compiler to override
-how file objects are found. "File objects" is a file
-abstraction.
-
-
-
-
-
diff -r 13f6856e8489 -r 2e5226ca1329 src/jdk.jdeps/share/classes/com/sun/tools/javap/overview.html
--- a/src/jdk.jdeps/share/classes/com/sun/tools/javap/overview.html Tue Jan 09 16:24:24 2018 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-
-
-
- javap: class file disassembler
-
-
-
- Javap is a class file disassembler.
-
-