Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org.apache.commons.lang3.CharEncoding to StandardCharsets #4

Open
yeikel opened this issue Apr 27, 2022 · 1 comment
Open

org.apache.commons.lang3.CharEncoding to StandardCharsets #4

yeikel opened this issue Apr 27, 2022 · 1 comment
Labels
good first issue Good for newcomers recipe

Comments

@yeikel
Copy link

yeikel commented Apr 27, 2022

/**
 * <p>Character encoding names required of every implementation of the Java platform.</p>
 * @deprecated Java 7 introduced {@link java.nio.charset.StandardCharsets}, which defines these constants as
 * {@link Charset} objects. Use {@link Charset#name()} to get the string values provided in this class.
 * This class will be removed in a future release.
 */
@Deprecated
public class CharEncoding {
@pway99
Copy link
Contributor

pway99 commented Apr 27, 2022

@timtebeek timtebeek added the good first issue Good for newcomers label Mar 23, 2023
@timtebeek timtebeek transferred this issue from openrewrite/rewrite-migrate-java Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers recipe
Projects
Status: Recipes Wanted
Development

No branches or pull requests

3 participants