Skip to content

Commit

Permalink
270: Allow extension of ResourceBundles using e.g.
Browse files Browse the repository at this point in the history
MultiPropertyResourceBundle

Task-Url: #270
  • Loading branch information
keilw committed May 31, 2020
1 parent ce6c836 commit 29144d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* @author <a href="mailto:jean-marie@dautelle.com">Jean-Marie Dautelle</a>
* @author <a href="mailto:werner@units.tech">Werner Keil</a>
* @author Andi Huber
* @version 2.1, Mai 28, 2020
* @version 2.2, May 31, 2020
* @since 1.0
*/
public abstract class AbstractConverter
Expand Down Expand Up @@ -246,6 +246,7 @@ public final Number convert(Number value) {
*
* @return optionally the linear factor of this transformation's first derivative,
* based on whether this transformation allows for RELATIVE scaled Quantities
* @since 2.1
*/
public Optional<Number> linearFactor() {
if(this instanceof AddConverter) {
Expand Down

0 comments on commit 29144d2

Please sign in to comment.