File tree 3 files changed +8
-8
lines changed
src/java.base/share/classes/java
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2003, 2022 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2003, 2023 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -129,9 +129,9 @@ public final int ordinal() {
129
129
* It is for use by code emitted by the compiler in response to
130
130
* enum class declarations.
131
131
*
132
- * @param name - The name of this enum constant, which is the identifier
132
+ * @param name The name of this enum constant, which is the identifier
133
133
* used to declare it.
134
- * @param ordinal - The ordinal of this enumeration constant (its position
134
+ * @param ordinal The ordinal of this enumeration constant (its position
135
135
* in the enum declaration, where the initial constant is assigned
136
136
* an ordinal of zero).
137
137
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2003, 2021 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2003, 2023 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -123,7 +123,7 @@ public static synchronized void setDefault(CookieHandler cHandler) {
123
123
*
124
124
* @param uri a {@code URI} representing the intended use for the
125
125
* cookies
126
- * @param requestHeaders - a Map from request header
126
+ * @param requestHeaders a Map from request header
127
127
* field names to lists of field values representing
128
128
* the current request headers
129
129
* @return an immutable map from state management headers, with
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2003, 2021 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2003, 2023 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -129,7 +129,7 @@ public static synchronized void setDefault(ResponseCache responseCache) {
129
129
* network resource
130
130
* @param rqstMethod a {@code String} representing the request
131
131
* method
132
- * @param rqstHeaders - a Map from request header
132
+ * @param rqstHeaders a Map from request header
133
133
* field names to lists of field values representing
134
134
* the current request headers
135
135
* @return a {@code CacheResponse} instance if available
@@ -157,7 +157,7 @@ public static synchronized void setDefault(ResponseCache responseCache) {
157
157
*
158
158
* @param uri a {@code URI} used to reference the requested
159
159
* network resource
160
- * @param conn - a URLConnection instance that is used to fetch
160
+ * @param conn a URLConnection instance that is used to fetch
161
161
* the response to be cached
162
162
* @return a {@code CacheRequest} for recording the
163
163
* response to be cached. Null return indicates that
You can’t perform that action at this time.
0 commit comments