Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Student #1303

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Student #1303

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update and rename DiscountService to DiscountService.java
OksanaEnko authored Dec 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit b984ec842c302783bc6e3d6aaf812f8a56c0ae08
1 change: 0 additions & 1 deletion src/main/java/core/basesyntax/DiscountService

This file was deleted.

5 changes: 5 additions & 0 deletions src/main/java/core/basesyntax/DiscountService.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package core.basesyntax.strategy;

public interface DiscountService {
double getDiscount();
}