Update quickstart guide photos

This commit is contained in:
Mike Solomon
2023-11-03 10:09:32 -07:00
parent a80b0afd9b
commit 386d7ca908
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 126 KiB

View File

@@ -93,7 +93,7 @@ The resulting diff allows you to preview the changes from the recipe before you
If you're unsure why something changed, you can click on the three dots (`...`) at the top right of any file and select `Why did this change?`
For instance, in the above example, `= null` was removed due to the [Explicit initialization rule](https://app.moderne.io/recipes/org.openrewrite.staticanalysis.ExplicitInitialization).
For instance, in the above example, the identifiers were reordered due to the [modifier order rule](https://app.moderne.io/recipes/org.openrewrite.staticanalysis.ModifierOrder).
## Step 8: Commit your changes