From 729ae1d78716a3830837e49376b5340eb60f9449 Mon Sep 17 00:00:00 2001 From: Joe Darcy Date: Tue, 6 Feb 2024 02:11:37 +0000 Subject: [PATCH] 8325266: Enable this-escape javac warning in jdk.javadoc Reviewed-by: jjg, erikj --- make/modules/jdk.javadoc/Java.gmk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/make/modules/jdk.javadoc/Java.gmk b/make/modules/jdk.javadoc/Java.gmk index 3035864ecbacb..da95dd5395cb0 100644 --- a/make/modules/jdk.javadoc/Java.gmk +++ b/make/modules/jdk.javadoc/Java.gmk @@ -1,5 +1,5 @@ # -# Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -23,6 +23,4 @@ # questions. # -DISABLED_WARNINGS_java += this-escape - COPY += .xml .css .svg .js .js.template .png .txt