Skip to content

Commit a2b6506

Browse files
author
DvirDukhan
committed
removed closable exception
1 parent 023c61d commit a2b6506

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ import com.redislabs.redisgraph.graph_entities.Edge;
8989
import com.redislabs.redisgraph.graph_entities.Node;
9090
import com.redislabs.redisgraph.impl.api.RedisGraph;
9191

92-
import java.io.IOException;
9392
import java.util.List;
9493

9594
public class RedisGraphExample {
@@ -133,12 +132,8 @@ public class RedisGraphExample {
133132
System.out.println(execResults.toString());
134133

135134
context.deleteGraph("contextSocial");
136-
} catch (IOException e) {
137-
138135
}
139-
140136
}
141137
}
142138

143-
144139
```

src/main/java/com/redislabs/redisgraph/RedisGraph.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.redislabs.redisgraph;
22

33
import java.io.Closeable;
4-
import java.io.IOException;
54
import java.util.List;
65
import java.util.Map;
76

src/test/java/com/redislabs/redisgraph/RedisGraphAPITest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.redislabs.redisgraph;
22

33

4-
import java.io.IOException;
54
import java.util.Arrays;
65
import java.util.List;
76
import java.util.NoSuchElementException;

0 commit comments

Comments
 (0)