Merge branch 'master' into master

This commit is contained in:
sheryllresulta
2019-05-27 14:54:38 +08:00
committed by GitHub
72 changed files with 781 additions and 1729 deletions

View File

@@ -75,7 +75,7 @@ public class Slf4jLogger implements System.Logger {
if (!isLoggable(level)) {
return;
}
String message = MessageFormat.format (format, params);
String message = MessageFormat.format(format, params);
switch (level) {
case TRACE:

View File

@@ -0,0 +1,3 @@
### Relevant Articles
- [Why Do Local Variables Used in Lambdas Have to Be Final or Effectively Final?](https://www.baeldung.com/java-lambda-effectively-final-local-variables)