Skip to content

Commit bbbbb17

Browse files
authored
Update FtsResult.java
1 parent 60f7077 commit bbbbb17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

code/FtsResult.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import java.util.List;
2+
13
/**
24
* A class containing the result produced by follow-the-satoshi.
35
*/
@@ -32,3 +34,4 @@ public String toString() {
3234
return sb.toString();
3335
}
3436
}
37+

0 commit comments

Comments
 (0)