From 6f9f45182ef05d228288b2dd7b912be4f828c24c Mon Sep 17 00:00:00 2001 From: Zbynek Konecny Date: Fri, 20 Oct 2023 20:51:46 +0200 Subject: [PATCH] Fix test comment formatting (#21) Also bumped j2cl and j2cp plugin versions. Co-authored-by: Zbynek Konecny --- .../test/java/org/gwtproject/core/client/JsArrayTest.java | 5 +---- gwt-core-j2cl-tests/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/gwt-core-gwt2-tests/src/test/java/org/gwtproject/core/client/JsArrayTest.java b/gwt-core-gwt2-tests/src/test/java/org/gwtproject/core/client/JsArrayTest.java index db4b570..7416bbd 100644 --- a/gwt-core-gwt2-tests/src/test/java/org/gwtproject/core/client/JsArrayTest.java +++ b/gwt-core-gwt2-tests/src/test/java/org/gwtproject/core/client/JsArrayTest.java @@ -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 points = makeFakeArray(); points.set(0, makeJsPoint(1, 2)); diff --git a/gwt-core-j2cl-tests/pom.xml b/gwt-core-j2cl-tests/pom.xml index d7325a4..cf9a7ad 100644 --- a/gwt-core-j2cl-tests/pom.xml +++ b/gwt-core-j2cl-tests/pom.xml @@ -44,13 +44,13 @@ 2019 - 0.16-SNAPSHOT + 0.20 3.1.0 https://repo.vertispan.com/j2cl/ - 0.8-SNAPSHOT + 0.11.0-9336533b6