GH-596 - Polishing.

This commit is contained in:
Oliver Drotbohm
2024-05-16 13:27:45 +02:00
parent a6ed890cc0
commit 8855ebcf9c

View File

@@ -105,7 +105,7 @@ public class Violations extends RuntimeException {
/**
* Creates a new {@link Violations} with the given {@link RuntimeException} added to the current ones?
*
* @param exception must not be {@literal null}.
* @param violation must not be {@literal null}.
* @return
*/
Violations and(Violation violation) {