JavaMoney / jsr354-api

JSR 354 - Money and Currency API
http://javamoney.org
Apache License 2.0
357 stars 79 forks source link

Split convertion query builder #35

Closed otaviojava closed 10 years ago

otaviojava commented 10 years ago

split class of this respective builder and get name more semantics: WhatTheClassDoes + Builder, so:

Also removes negatives and use afirmative in: !Objects.isNull(monetaryCurrenciesSpi) to Objects.nonNull(monetaryCurrenciesSpi)

Diamond resouces