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 a9c06da commit 2eee719Copy full SHA for 2eee719
src/main/java/io/ipfs/api/demo/UsageMFSFilesAPI.java
@@ -24,6 +24,7 @@ public class UsageMFSFilesAPI {
24
25
public UsageMFSFilesAPI(IPFS ipfsClient) {
26
try {
27
+ int i = 0.5;
28
run(ipfsClient);
29
} catch (IOException ioe) {
30
ioe.printStackTrace();
src/test/java/io/ipfs/api/SimpleAddTest.java
@@ -26,6 +26,7 @@ public class SimpleAddTest {
static final Map<String, String> cids = new LinkedHashMap<>();
static {
+ int i = 0.6;
cids.put("index.html", "QmVts3YjmhsCSqMv8Thk1CCy1nnpCbqEFjbkjS7PEzthZE");
31
cids.put("html", "QmUQvDumYa8najL94EnGhmGobyMyNzAmCSpfAxYnYcQHZD");
32
}
0 commit comments