Skip to content

Commit 72b9315

Browse files
committed
39: Create a TCK page
Task-Url: unitsofmeasurement/unit-tck#39
1 parent 2a58527 commit 72b9315

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/javax/measure/MeasurementError.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
package javax.measure;
3131

3232
/**
33-
* This error is used to indicate problems with creating, retrieving and manipulating units of measurement objects.
33+
* This error is used to indicate serious problems with creating, retrieving and manipulating units of measurement objects.
3434
*
3535
* <dl>
3636
* <dt><span class="strong">Implementation Requirements:</span></dt>
3737
* <dd>This class is intended for use in a single thread. Exception thrown when errors occur during Units of Measurement operations.</dd>
3838
* </dl>
3939
*
4040
* @author <a href="mailto:werner@uom.technology">Werner Keil</a>
41-
* @version 2.1, Sep 28, 2020
41+
* @version 2.2, Feb 3, 2021
4242
* @since 2.1
4343
*/
4444
public class MeasurementError extends Error {

0 commit comments

Comments
 (0)