We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f7077 commit bbbbb17Copy full SHA for bbbbb17
code/FtsResult.java
@@ -1,3 +1,5 @@
1
+import java.util.List;
2
+
3
/**
4
* A class containing the result produced by follow-the-satoshi.
5
*/
@@ -32,3 +34,4 @@ public String toString() {
32
34
return sb.toString();
33
35
}
36
37
0 commit comments