We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3ff70 commit 1861cc8Copy full SHA for 1861cc8
README.md
@@ -1,6 +1,6 @@
1
[](https://travis-ci.com/mtumilowicz/java11-enum-clean-code)
2
3
-#java11-enum-clean-code
+# java11-enum-clean-code
4
Overview of how to to construct modern enums using lambda.
5
6
# project description
@@ -61,4 +61,4 @@ public void isBusinessShowcase() {
61
.filter(administration().or(operational()))
62
.forEach(title -> System.out.println("Performed action for: " + title));
63
}
64
-```
+```
0 commit comments