diff options
author | Elliott Hughes <enh@google.com> | 2012-10-11 11:27:53 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-10-11 11:27:53 -0700 |
commit | 02f8123a41dfc61bb77b58b84cc0163bc4e29631 (patch) | |
tree | 63e04d533b3f3081d5662fffd1921b1ca88088e5 /luni/src/main/java/javax/net | |
parent | bf0709af8d77df0975d51350e29598bac69f1ac3 (diff) | |
download | libcore-02f8123a41dfc61bb77b58b84cc0163bc4e29631.zip libcore-02f8123a41dfc61bb77b58b84cc0163bc4e29631.tar.gz libcore-02f8123a41dfc61bb77b58b84cc0163bc4e29631.tar.bz2 |
Remove various content-free package.html files.
Change-Id: I0d8097751b8a61d202b87ed5067d38ff0802c89a
Diffstat (limited to 'luni/src/main/java/javax/net')
-rw-r--r-- | luni/src/main/java/javax/net/package.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/luni/src/main/java/javax/net/package.html b/luni/src/main/java/javax/net/package.html deleted file mode 100644 index 5674d06..0000000 --- a/luni/src/main/java/javax/net/package.html +++ /dev/null @@ -1,7 +0,0 @@ -<html> - <body> - <p> - This package provides factory classes to create sockets and server-sockets. This classes can be subclassed to create factories for other kinds of socket for example the SSL-capable sockets from the package javax.net.ssl. - </p> - </body> -</html> |