Skip to content

Commit

Permalink
Final final update
Browse files Browse the repository at this point in the history
  • Loading branch information
XyL1GaN4eG committed Jul 27, 2024
1 parent 1cecf71 commit 4744b2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
@NoArgsConstructor
@AllArgsConstructor
@Slf4j
@EqualsAndHashCode(onlyExplicitlyIncluded = true)
public class WeatherDTO implements Serializable {
@Serial
private static final long serialVersionUID = 2L;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package weatherproject.tgbotservice.telegram.commands;


import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
Expand Down

0 comments on commit 4744b2c

Please sign in to comment.