diff --git a/_posts/2024-12-18-taming-nullness-in-java-with-jspecify.md b/_posts/2024-12-18-taming-nullness-in-java-with-jspecify.md index 9645b0430..2e33b1612 100644 --- a/_posts/2024-12-18-taming-nullness-in-java-with-jspecify.md +++ b/_posts/2024-12-18-taming-nullness-in-java-with-jspecify.md @@ -7,11 +7,8 @@ tags: - Java - Intellij author: magnussmith -summary: This post is designed for Java developers who want to adopt JSpecify for - consistent nullability handling in their projects. By following the steps and examples, - you should be able to set up and utilize the core JSpecify annotations effectively - in your codebase. -image: magnussmith/assets/java.svg +summary: This post is designed for Java developers who want to adopt JSpecify for consistent nullability handling in their projects. By following the steps and examples, you should be able to set up and utilize the core JSpecify annotations effectively in your codebase. +image: magnussmith/assets/java.jpg --- ## Introduction diff --git a/magnussmith/assets/java.jpg b/magnussmith/assets/java.jpg new file mode 100644 index 000000000..ef658793c Binary files /dev/null and b/magnussmith/assets/java.jpg differ diff --git a/magnussmith/assets/java.svg b/magnussmith/assets/java.svg deleted file mode 100644 index a1dde61e1..000000000 --- a/magnussmith/assets/java.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file