We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a58527 commit 72b9315Copy full SHA for 72b9315
1 file changed
src/main/java/javax/measure/MeasurementError.java
@@ -30,15 +30,15 @@
30
package javax.measure;
31
32
/**
33
- * This error is used to indicate problems with creating, retrieving and manipulating units of measurement objects.
+ * This error is used to indicate serious problems with creating, retrieving and manipulating units of measurement objects.
34
*
35
* <dl>
36
* <dt><span class="strong">Implementation Requirements:</span></dt>
37
* <dd>This class is intended for use in a single thread. Exception thrown when errors occur during Units of Measurement operations.</dd>
38
* </dl>
39
40
* @author <a href="mailto:werner@uom.technology">Werner Keil</a>
41
- * @version 2.1, Sep 28, 2020
+ * @version 2.2, Feb 3, 2021
42
* @since 2.1
43
*/
44
public class MeasurementError extends Error {
0 commit comments