Skip to content

Commit

Permalink
fix spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K committed May 30, 2023
1 parent a0135bc commit 83e4e4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
import org.openhab.core.library.dimension.DataTransferRate;
import org.openhab.core.library.dimension.Density;
import org.openhab.core.library.dimension.ElectricConductivity;
import org.openhab.core.library.dimension.Intensity;
import org.openhab.core.library.dimension.EnergyPrice;
import org.openhab.core.library.dimension.Intensity;
import org.openhab.core.library.dimension.RadiationSpecificActivity;
import org.openhab.core.library.dimension.VolumetricFlowRate;
import org.openhab.core.library.types.PointType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
import tech.units.indriya.function.AbstractConverter;

/**
* The {@link CurrencyConverter} implements an {@link UnitConverter} for {@link org.openhab.core.library.unit.CurrencyUnit}
* The {@link CurrencyConverter} implements an {@link UnitConverter} for
* {@link org.openhab.core.library.unit.CurrencyUnit}
*
* @author Jan N. Klug - Initial contribution
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
import tech.units.indriya.format.SimpleUnitFormat;

/**
* The {@link CurrencyService} is allows to register and switch {@link CurrencyProvider}s and provides exchange rates for currencies
* The {@link CurrencyService} is allows to register and switch {@link CurrencyProvider}s and provides exchange rates
* for currencies
*
* @author Jan N. Klug - Initial contribution
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import org.eclipse.jdt.annotation.NonNullByDefault;
import org.eclipse.jdt.annotation.Nullable;
import org.junit.jupiter.api.Test;
import org.openhab.core.internal.library.unit.CurrencyConverter;
import org.openhab.core.internal.library.unit.CurrencyService;
import org.openhab.core.library.dimension.Currency;
import org.openhab.core.library.dimension.EnergyPrice;
Expand Down

0 comments on commit 83e4e4e

Please sign in to comment.