diff --git a/rules/rules-reviewed/openjdk11/openjdk8/java-removals.windup.xml b/rules/rules-reviewed/openjdk11/openjdk8/java-removals.windup.xml index 6e7df0302..41193fef7 100644 --- a/rules/rules-reviewed/openjdk11/openjdk8/java-removals.windup.xml +++ b/rules/rules-reviewed/openjdk11/openjdk8/java-removals.windup.xml @@ -47,7 +47,8 @@ As such, the use of `sun.reflect.Reflection` class and particular the `getCallerClass` method should no longer be needed. Refer to the example changeset linked below. - + + @@ -64,7 +65,8 @@ `sun.reflect.CallerSensitive` annotation was deprecated in Java 9. Refer to the example changeset linked below. - + + @@ -196,7 +198,8 @@ In the long term, please consider using Variable Handles (see the link below) - + + @@ -216,7 +219,8 @@ For further examples on how to replace the `BASE64{encoder-decoder}` class with `Base64.{encoder-decoder}` one, refer to the "Code example" link below. - + +