Skip to content

Commit

Permalink
Fix whitespace problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 1, 2024
1 parent a60fd2e commit 1d16eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Best-Practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ public class CorrectObserverImplementation {
}
```
D.h. die Callback Methode kann nun als private markiert werden und ist nach außen nicht mehr sichtbar.
Je nach Anwendungsfall kann statt der Methoden-Referenz auch ein Lambda Ausdruck verwendet werden.
Je nach Anwendungsfall kann statt der Methoden-Referenz auch ein Lambda Ausdruck verwendet werden.
1 change: 1 addition & 0 deletions src/main/java/edu/hm/hafner/util/Ensure.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* Note: the static methods provided by this class use a fluent interface, i.e., in order to verify an assertion a
* method sequence needs to be called.
* </p>
*
* <p>
* Available checks:
* </p>
Expand Down

0 comments on commit 1d16eaa

Please sign in to comment.