Skip to content

Commit 6f9f451

Browse files
zbynekZbynek Konecny
and
Zbynek Konecny
authored
Fix test comment formatting (#21)
Also bumped j2cl and j2cp plugin versions. Co-authored-by: Zbynek Konecny <zbynek@geogebra.at>
1 parent 68b08e2 commit 6f9f451

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

gwt-core-gwt2-tests/src/test/java/org/gwtproject/core/client/JsArrayTest.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,7 @@ public void testJsArrayString() {
212212
assertEquals(0, jsArray.length());
213213
}
214214

215-
/**
216-
* Checks that get, length and set methods work even if the JS object
217-
* is not actual Array
218-
*/
215+
/** Checks that get, length and set methods work even if the JS object is not actual Array */
219216
public void testFakeArray() {
220217
JsArray<JsPoint> points = makeFakeArray();
221218
points.set(0, makeJsPoint(1, 2));

gwt-core-j2cl-tests/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<inceptionYear>2019</inceptionYear>
4545

4646
<properties>
47-
<maven.j2cl.plugin>0.16-SNAPSHOT</maven.j2cl.plugin>
47+
<maven.j2cl.plugin>0.20</maven.j2cl.plugin>
4848
<maven.resource.plugin>3.1.0</maven.resource.plugin>
4949

5050
<!-- CI -->
5151
<vertispan.j2cl.repo.url>https://repo.vertispan.com/j2cl/</vertispan.j2cl.repo.url>
5252

53-
<j2cl.version>0.8-SNAPSHOT</j2cl.version>
53+
<j2cl.version>0.11.0-9336533b6</j2cl.version>
5454
</properties>
5555

5656
<dependencies>

0 commit comments

Comments
 (0)