Skip to content

Commit

Permalink
Minor refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman committed Mar 27, 2021
1 parent e98d294 commit 4f26659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Track implements Serializable {

private static final long serialVersionUID = 1L;

@Inject private Logger logger;
@Inject private transient Logger logger;

@Inject private CargoRepository cargoRepository;
@Inject private HandlingEventRepository handlingEventRepository;
Expand Down

0 comments on commit 4f26659

Please sign in to comment.