Skip to content

Commit

Permalink
Merge pull request #24 from FalkorDB/jdoc-warn
Browse files Browse the repository at this point in the history
clean jdoc warns
  • Loading branch information
gkorland authored Dec 20, 2023
2 parents 6d4a29d + 466d990 commit bf0aeb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/falkordb/impl/api/GraphContextImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public GraphPipeline pipelined() {

/**
* Perfrom watch over given Redis keys
* @param keys
* @param keys keys to watch
* @return "OK"
*/
@Override
Expand All @@ -148,7 +148,7 @@ public String watch(String... keys) {

/**
* Removes watch from all keys
* @return
* @return "OK"
*/
@Override
public String unwatch() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/falkordb/impl/api/GraphImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protected ResultSet sendQuery(String preparedQuery, long timeout) {
* pool and closes it once done
*
* @param preparedQuery prepared query
* @param timeout
* @param timeout timeout in milliseconds
* @return Result set with the query answer
*/
@Override
Expand Down

0 comments on commit bf0aeb5

Please sign in to comment.