Skip to content

Commit

Permalink
40: Missing Quantity for Intensity
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Feb 3, 2018
1 parent 9cc95f4 commit 205d90a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quantity/src/main/java/si/uom/quantity/Intensity.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
* The SI unit for this quantity is Watt per square meter (W/m2).
*
* @author <a href="mailto:[email protected]">Henning Treu</a>
*
* @version 1.0
* @since 0.8
* @see <a href="https://en.wikipedia.org/wiki/Intensity_(physics)">Wikipedia: Intensity</a>
*/
public interface Intensity extends Quantity<Intensity> {
Expand Down

0 comments on commit 205d90a

Please sign in to comment.