< prev index next >

make/com/sun/net/ssl/Makefile

Print this page
rev 1564 : 7090158: Networking Libraries don't build with javac -Werror
7125055: ContentHandler.getContent API changed in error
Summary: Minor changes to networking java files to remove warnings
Reviewed-by: chegar, weijun, hawtin, alanb
Contributed-by: kurchi.subhra.hazra@oracle.com, sasha_bu@hotmail.com

*** 24,33 **** --- 24,35 ---- # BUILDDIR = ../../../.. PACKAGE = com.sun.net.ssl PRODUCT = sun + JAVAC_LINT_OPTIONS=-Xlint:all,-deprecation + JAVAC_MAX_WARNINGS = true include $(BUILDDIR)/common/Defs.gmk # # Files to compile #
< prev index next >