Skip to content

Commit

Permalink
javadoc, formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eichelbe committed Jul 10, 2024
1 parent 0746019 commit ae3ae7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ protected TypeTranslator<I, String> getInputTranslator() {
/**
* Returns the output translator.
*
* @return the translatir
* @return the translator
*/
protected TypeTranslator<String, O> getOutputTranslator() {
return outTrans;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
import org.junit.runner.RunWith;
import org.junit.runners.Suite;

import test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.CounterRepresentationTest;
import test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations
.CounterRepresentationTest;
import test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.GaugeRepresentationTest;
import test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest;
import test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest;
Expand Down

0 comments on commit ae3ae7d

Please sign in to comment.