Skip to content

Commit 1c7120c

Browse files
committed
131: Parsing of unit strings with single trailing asterisk leads to
StringIndexOutOfBoundsException Task-Url: https://github.com/unitsofmeasurement/indriya/issues/issues/131
1 parent c992d19 commit 1c7120c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/tech/units/tck/TCKRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class TCKRunner extends XmlSuite implements Tool, Versioned<String> {
9191
*
9292
*/
9393
private static final long serialVersionUID = 3189431432291353154L;
94-
private static final String TCK_VERSION = "2.0.0-SNAPSHOT";
94+
private static final String TCK_VERSION = "2.0.0-EDR";
9595
public static final String SPEC_ID = "JSR 385";
9696
public static final String SPEC_VERSION = "2.0.0";
9797
private final Profile profile;

0 commit comments

Comments
 (0)