File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
gwt-core-gwt2-tests/src/test/java/org/gwtproject/core/client Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff 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 ));
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments