Skip to content

Commit

Permalink
submit java-spring-boot-ru/beans
Browse files Browse the repository at this point in the history
  • Loading branch information
hexlet-cli committed Jan 5, 2025
1 parent 2a7efb4 commit be4adfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
import exercise.daytime.Night;

// BEGIN

import org.springframework.context.annotation.Bean;
import org.springframework.web.context.annotation.RequestScope;
// END

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
// Реализация методов представлена в классах Morning, Day, Evening, Night,
// которые реализуют этот интерфейс
public interface Daytime {

String getName();
}

0 comments on commit be4adfd

Please sign in to comment.