From 3836b2f5cfaf1bcf1e7d12fb53fde2ea79c28c8d Mon Sep 17 00:00:00 2001 From: Hunor Vadasz-Perhat <112109309+HunorVadaszPerhat@users.noreply.github.com> Date: Sat, 8 Apr 2023 12:00:51 +0200 Subject: [PATCH] Update readme.md --- static/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/readme.md b/static/readme.md index 4867648..1bd0cc9 100644 --- a/static/readme.md +++ b/static/readme.md @@ -26,4 +26,4 @@ - a class can be made static ONLY IF it is a nested class - a nested static class does not need reference of Outer class - a static class cannot non-static members of Outer class - ![Static class](https://github.com/HunorVadaszPerhat/java_lang_specs/blob/main/images/static_classes.png) + ![Static class](https://github.com/HunorVadaszPerhat/java_lang_specs/blob/main/images/static_classes_access.png)