Skip to content

Commit bf2b11e

Browse files
authored
Update SearchAlgorithm.java
1 parent adac994 commit bf2b11e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* A functional interface for graph search algorithm
77
*
88
* @param <T> the type of vertex id
9+
* @since 1.0
910
*/
1011
@FunctionalInterface
1112
public interface SearchAlgorithm<T> {

0 commit comments

Comments
 (0)