File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/dev/luismachadoreis/flighttracker/server/common/infrastructure Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11package dev .luismachadoreis .flighttracker .server .common .infrastructure ;
22
3- import dev .luismachadoreis .flighttracker .server .common .infrastructure .config .ClockProperties ;
43import org .springframework .boot .context .properties .EnableConfigurationProperties ;
54import org .springframework .context .annotation .Bean ;
65import org .springframework .context .annotation .Configuration ;
Original file line number Diff line number Diff line change 1- package dev .luismachadoreis .flighttracker .server .common .infrastructure .config ;
1+ package dev .luismachadoreis .flighttracker .server .common .infrastructure ;
2+
3+ import java .util .Objects ;
24
35import org .springframework .boot .context .properties .ConfigurationProperties ;
46
You can’t perform that action at this time.
0 commit comments