Skip to content

Commit 11e4f6c

Browse files
zbynekniloc132
andauthored
Add JavaDoc for test
Co-authored-by: Colin Alworth <[email protected]>
1 parent 4dbc500 commit 11e4f6c

File tree

1 file changed

+3
-0
lines changed
  • user/test-super/com/google/gwt/emultest/super/com/google/gwt/emultest/java17/util/stream

1 file changed

+3
-0
lines changed

user/test-super/com/google/gwt/emultest/super/com/google/gwt/emultest/java17/util/stream/LongStreamTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
import java.util.stream.LongStream;
2121

22+
/**
23+
* Tests for Java 17 java.util.stream.LongStream emulation.
24+
*/
2225
public class LongStreamTest extends EmulTestBase {
2326

2427
public void testMapMulti() {

0 commit comments

Comments
 (0)