Removed usless commit by jimknopf

jimFirstDesign
Felix Stupp 6 years ago
parent 86d8e33fb3
commit 5a0d937158

@ -13,7 +13,6 @@ class CurrencySet private constructor(private val currencies: Array<Currency>) {
values[currency] = value values[currency] = value
modBaseValue -= currency.transferFrom(value) modBaseValue -= currency.transferFrom(value)
} }
//das ist ein sinnloser kommentar
if (modBaseValue != 0) if (modBaseValue != 0)
throw RuntimeException() // TODO Change to ValueNotRepresentableException throw RuntimeException() // TODO Change to ValueNotRepresentableException
return values return values

Loading…
Cancel
Save