Skip to content

Commit

Permalink
8325266: Enable this-escape javac warning in jdk.javadoc
Browse files Browse the repository at this point in the history
Reviewed-by: jjg, erikj
  • Loading branch information
jddarcy committed Feb 6, 2024
1 parent e0fd3f4 commit 729ae1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions make/modules/jdk.javadoc/Java.gmk
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -23,6 +23,4 @@
# questions.
#

DISABLED_WARNINGS_java += this-escape

COPY += .xml .css .svg .js .js.template .png .txt

0 comments on commit 729ae1d

Please sign in to comment.