File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -98,14 +98,14 @@ JAVA_WARNINGS_ARE_ERRORS ?= -Werror
98
98
99
99
# The initial set of options for javadoc
100
100
JAVADOC_OPTIONS := -use -keywords -notimestamp \
101
- -encoding ISO-8859-1 -docencoding UTF-8 -breakiterator \
101
+ -serialwarn - encoding ISO-8859-1 -docencoding UTF-8 -breakiterator \
102
102
-splitIndex --system none -javafx --expand-requires transitive \
103
103
--override-methods=summary
104
104
105
105
# The reference options must stay stable to allow for comparisons across the
106
106
# development cycle.
107
107
REFERENCE_OPTIONS := -XDignore.symbol.file=true -use -keywords -notimestamp \
108
- -encoding ISO-8859-1 -breakiterator -splitIndex --system none \
108
+ -serialwarn - encoding ISO-8859-1 -breakiterator -splitIndex --system none \
109
109
-html5 -javafx --expand-requires transitive
110
110
111
111
# Should we add DRAFT stamps to the generated javadoc?
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
3
- # Copyright (c) 2000, 2021 , Oracle and/or its affiliates. All rights reserved.
3
+ # Copyright (c) 2000, 2025 , Oracle and/or its affiliates. All rights reserved.
4
4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5
5
#
6
6
# This code is free software; you can redistribute it and/or modify it
@@ -70,6 +70,8 @@ __END__
70
70
71
71
/**
72
72
* The $ARG_PHRASE .
73
+ *
74
+ * @serial
73
75
*/
74
76
private $ARG_TYPE $ARG_ID ;
75
77
You can’t perform that action at this time.
0 commit comments