Skip to content

Commit c3fd805

Browse files
authored
Update SearchAlgorithm.java
1 parent 5b06ba4 commit c3fd805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/lv/id/jc/algorithm/graph/SearchAlgorithm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* A functional interface for graph search algorithm
77
*
8-
* @param <T> type of vertex id
8+
* @param <T> the type of vertex id
99
*/
1010
@FunctionalInterface
1111
public interface SearchAlgorithm<T> {

0 commit comments

Comments
 (0)