Skip to content

Commit

Permalink
131: Parsing of unit strings with single trailing asterisk leads to
Browse files Browse the repository at this point in the history
StringIndexOutOfBoundsException

Task-Url: https://github.com/unitsofmeasurement/indriya/issues/issues/131
  • Loading branch information
keilw committed Aug 18, 2018
1 parent c992d19 commit 1c7120c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tech/units/tck/TCKRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class TCKRunner extends XmlSuite implements Tool, Versioned<String> {
*
*/
private static final long serialVersionUID = 3189431432291353154L;
private static final String TCK_VERSION = "2.0.0-SNAPSHOT";
private static final String TCK_VERSION = "2.0.0-EDR";
public static final String SPEC_ID = "JSR 385";
public static final String SPEC_VERSION = "2.0.0";
private final Profile profile;
Expand Down

0 comments on commit 1c7120c

Please sign in to comment.