Skip to content
Snippets Groups Projects
Verified Commit f1d1c633 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: autoformatting

parent a59372da
Branches
Tags
2 merge requests!58REL: prepare release 0.7.2,!57F 220
Pipeline #20537 passed
...@@ -420,7 +420,7 @@ public class WriteTransaction extends Transaction<WritableContainer> ...@@ -420,7 +420,7 @@ public class WriteTransaction extends Transaction<WritableContainer>
try { try {
newEntity.parseValue(); newEntity.parseValue();
oldEntity.parseValue(); oldEntity.parseValue();
} catch (NullPointerException|Message m) { } catch (NullPointerException | Message m) {
// ignore, parsing is handled elsewhere // ignore, parsing is handled elsewhere
} }
if (!newEntity.getValue().equals(oldEntity.getValue())) { if (!newEntity.getValue().equals(oldEntity.getValue())) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment