Skip to content
Open
Changes from all commits
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
4 changes: 0 additions & 4 deletions patterns/chain/ChainOfResponsibility.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
import java.util.*;
import java.util.function.*;

interface Algorithm {
Result algorithm(List<Double> line);
}

class FindMinima {
public static Result test(
boolean success, String id, double d1, double d2) {
Expand Down