Skip to content

Commit

Permalink
spotless:apply
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-Draeger committed Feb 14, 2024
1 parent 1693227 commit 47f6a8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,14 +543,13 @@ public RemoteMdibAccess applyReportOnStorage(final RemoteMdibAccess storage, fin
+ " descriptors update, as both a report for description and state will arrive.");
}

if (report instanceof WaveformStream ||
report instanceof AbstractMetricReport ||
report instanceof AbstractAlertReport ||
report instanceof AbstractOperationalStateReport ||
report instanceof AbstractComponentReport ||
report instanceof AbstractContextReport ||
report instanceof DescriptionModificationReport
) {
if (report instanceof WaveformStream
|| report instanceof AbstractMetricReport
|| report instanceof AbstractAlertReport
|| report instanceof AbstractOperationalStateReport
|| report instanceof AbstractComponentReport
|| report instanceof AbstractContextReport
|| report instanceof DescriptionModificationReport) {
LOG.debug(
"Applying report with mdib version {}, type {}",
ImpliedValueUtil.getReportMdibVersion(report),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,8 @@ void testUniqueEpisodicReportBasedHistoryFailInvalidateTestRunWhenSameReportType
* @throws PreprocessingException - when applyReportOnStorage() throws it
*/
@Test
void testApplyReportOnStorageBadCalledWithOperationInvokedReport() throws ReportProcessingException, PreprocessingException {
void testApplyReportOnStorageBadCalledWithOperationInvokedReport()
throws ReportProcessingException, PreprocessingException {

// given
final BigInteger numericMdibVersion = BigInteger.ZERO;
Expand Down

0 comments on commit 47f6a8a

Please sign in to comment.