Skip to content

Commit

Permalink
Fix test comment formatting (#21)
Browse files Browse the repository at this point in the history
Also bumped j2cl and j2cp plugin versions.

Co-authored-by: Zbynek Konecny <zbynek@geogebra.at>
  • Loading branch information
zbynek and Zbynek Konecny committed Oct 20, 2023
1 parent 68b08e2 commit 6f9f451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,7 @@ public void testJsArrayString() {
assertEquals(0, jsArray.length());
}

/**
* Checks that get, length and set methods work even if the JS object
* is not actual Array
*/
/** Checks that get, length and set methods work even if the JS object is not actual Array */
public void testFakeArray() {
JsArray<JsPoint> points = makeFakeArray();
points.set(0, makeJsPoint(1, 2));
Expand Down
4 changes: 2 additions & 2 deletions gwt-core-j2cl-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
<inceptionYear>2019</inceptionYear>

<properties>
<maven.j2cl.plugin>0.16-SNAPSHOT</maven.j2cl.plugin>
<maven.j2cl.plugin>0.20</maven.j2cl.plugin>
<maven.resource.plugin>3.1.0</maven.resource.plugin>

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

<j2cl.version>0.8-SNAPSHOT</j2cl.version>
<j2cl.version>0.11.0-9336533b6</j2cl.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 6f9f451

Please sign in to comment.