This commit is contained in:
Gary Gregory 2022-10-17 05:45:41 -04:00
parent c0f527e509
commit a21fd72f85

View File

@ -31,9 +31,7 @@
import org.junit.jupiter.api.Test;
/**
* <p>
* Tests the methods in the {@link org.apache.commons.lang3.Range} class.
* </p>
* Tests {@link Range}.
*/
@SuppressWarnings("boxing")
public class RangeTest extends AbstractLangTest {