mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Checkstyle
This commit is contained in:
@ -26,6 +26,7 @@ import java.util.ArrayList;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
|
||||||
|
@SuppressWarnings({ "checkstyle:javadoc", "DanglingJavadoc" })
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
** List.of is "great", but annoying because it makes unmodifiable lists...
|
** List.of is "great", but annoying because it makes unmodifiable lists...
|
||||||
** So, replace it with this, which returns ArrayLists, which "don't suck"
|
** So, replace it with this, which returns ArrayLists, which "don't suck"
|
||||||
|
Reference in New Issue
Block a user