Skip to content

Commit 1c2d0ce

Browse files
OpenRewrite recipe best practices
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML01vZGVybmUvTW9kZXJuZSArIE9wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
1 parent a9e4663 commit 1c2d0ce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/resources/META-INF/rewrite/examples.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ examples:
500500
- description: '`IBMSemeruTest#doNotUseSunNetSslInternalWwwProtocolHttpsHandler`'
501501
sources:
502502
- before: |
503-
import com.sun.net.ssl.internal.www.protocol.https.*; //do NOT flag this
503+
import com.sun.net.ssl.internal.www.protocol.https.*;
504504
505505
class Foo{
506506
void bar() {
@@ -524,7 +524,6 @@ examples:
524524
}
525525
after: |
526526
import com.ibm.net.ssl.www2.protocol.https.Handler;
527-
import com.sun.net.ssl.internal.www.protocol.https.*; //do NOT flag this
528527
529528
class Foo{
530529
void bar() {

0 commit comments

Comments
 (0)