From 29797b71c5c15e20a14367232259ec6464b0d796 Mon Sep 17 00:00:00 2001 From: jjg Date: Sun, 5 Dec 2010 20:46:23 -0800 Subject: [PATCH] 7004021: docs should not assume -source 1.5 Reviewed-by: ohair --- make/docs/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/make/docs/Makefile b/make/docs/Makefile index 960c99947..98bf18b76 100644 --- a/make/docs/Makefile +++ b/make/docs/Makefile @@ -190,7 +190,6 @@ $(call CopyrightLine,$(COPYRIGHT_URL),$(FIRST_COPYRIGHT_YEAR),)\ # Common javadoc options used by all COMMON_JAVADOCFLAGS = \ $(NO_PROPRIETARY_API_WARNINGS) \ - -source 1.5 \ -quiet \ -use \ -keywords \ -- GitLab