Skip to content

Commit

Permalink
Address code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffengreiner committed Jul 12, 2023
1 parent d77fc22 commit fc07686
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class ExperimentDetailsComponent extends PageArea {
private static final Logger log = logger(ExperimentDetailsComponent.class);
@Serial
private static final long serialVersionUID = -8992991642015281245L;
private final ExperimentInformationService experimentInformationService;
private final transient ExperimentInformationService experimentInformationService;
private final Span title = new Span();
private final Div tagCollection = new Div();
private final TabSheet experimentSheet = new TabSheet();
Expand Down

0 comments on commit fc07686

Please sign in to comment.