Skip to content

Commit 919a2ab

Browse files
committed
Update JavaDocs
1 parent 6c66800 commit 919a2ab

107 files changed

Lines changed: 113 additions & 111 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
7070
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
7171
<additionalparam>-Xdoclint:none</additionalparam>
72-
<thisYear>2023</thisYear>
72+
<thisYear>2024</thisYear>
7373

7474
<!-- Plugins -->
7575
<github.maven.version>0.12</github.maven.version>

src/main/config/unit-api license-format.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
2020
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
2121
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
22-
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7/"/>
22+
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
2323
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:/unit-api}"/>
2424
</launchConfiguration>

src/main/java/javax/measure/BinaryPrefix.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2023, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/Dimension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2023, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/IncommensurableException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2023, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2023, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/MeasurementException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2023, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/MetricPrefix.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2023, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/Prefix.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2023, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*

src/main/java/javax/measure/Quantity.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Units of Measurement API
3-
* Copyright (c) 2014-2023, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
3+
* Copyright (c) 2014-2024, Jean-Marie Dautelle, Werner Keil, Otavio Santana.
44
*
55
* All rights reserved.
66
*
@@ -69,7 +69,7 @@
6969
* conversion between quantity unit and system unit is only a
7070
* {@linkplain UnitConverter#isLinear() scale factor}. However this is not
7171
* the case for conversions applying an offset or more complex formula.
72-
* For example 2°C + 1°C = 274.15°C, not 3°C. This counter-intuitive result
72+
* For example 2°C + 1°C = 276.15°C, not 3°C. This counter-intuitive result
7373
* is essential for preserving algebra laws like associativity, and is also
7474
* the expected result from a thermodynamic point of view.</p>
7575
*
@@ -91,7 +91,7 @@
9191
* @see <a href="http://en.wikipedia.org/wiki/Quantity">Wikipedia: Quantity</a>
9292
* @see <a href="http://martinfowler.com/eaaDev/quantity.html">Martin Fowler -
9393
* Quantity</a>
94-
* @version 2.5, May 20, 2023
94+
* @version 2.6, October 3, 2024
9595
* @since 1.0
9696
*/
9797
public interface Quantity<Q extends Quantity<Q>> {

0 commit comments

Comments
 (0)