Skip to content

Commit 7817198

Browse files
committed
Removed JDK 20 deprecation reference
1 parent b9791dc commit 7817198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ java -jar urlencoder-app/build/libs/urlencoder-*all.jar -d "a%20test%20%26" # ->
124124

125125
## Why not simply use `java.net.URLEncoder`?
126126

127-
Apart for being quite inefficient and [deprecated](https://inside.java/2023/02/15/quality-heads-up/) as of JDK 20, some URL components encoded with `URLEncoder.encode` might not be able to be properly decoded.
127+
Apart for being quite inefficient, some URL components encoded with `URLEncoder.encode` might not be able to be properly decoded.
128128

129129
For example, a simple search query such as:
130130

0 commit comments

Comments
 (0)