File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Equality Checks
6060 Using :code: `Objects.equals(<QuantityInstanceA>, <QuantityInstanceB>) ` is necessary especially for time series data.
6161 As in contrast to all other places, quantity time series from real world data sometimes are not complete and
6262 hence contain missing values. To represent missing values this is the only place where the usage of :code: `null `
63- is a valid choice and hence needs to be treated accordingly. Please remember that his is only allowed in very few
63+ is a valid choice and hence needs to be treated accordingly. Please remember that this is only allowed in very few
6464 places and you should try to avoid using :code: `null ` for quantities or any other constructor parameter whenever possible!
6565 - equality is given if, and only if, the quantities value object and unit are exactly equal. Value objects can become
6666 e.g. :code: `BigDecimal ` or :code: `Double ` instances. It is important, that the object type is also the same, otherwise
You can’t perform that action at this time.
0 commit comments