Checkstyle

This commit is contained in:
2023-04-04 15:50:43 -05:00
parent 74cd0e0a57
commit 0268dad395

View File

@ -26,6 +26,7 @@ import java.util.ArrayList;
import java.util.List;
@SuppressWarnings({ "checkstyle:javadoc", "DanglingJavadoc" })
/*******************************************************************************
** List.of is "great", but annoying because it makes unmodifiable lists...
** So, replace it with this, which returns ArrayLists, which "don't suck"