Skip to content

Commit

Permalink
Fixes #41.
Browse files Browse the repository at this point in the history
  • Loading branch information
ducky427 committed Oct 29, 2013
1 parent 0ad3b60 commit 5af7605
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/clojure/clojurewerkz/neocons/rest/paths.clj
Expand Up @@ -81,8 +81,7 @@


(defprotocol PathPredicates
(included-in? [node path] "Returns true if path includes given node")
(included-in? [rel path] "Returns true if path includes given relationship")
(included-in? [obj path] "Returns true if path includes given obj which can be a node or a relationship")
(node-in? [node path] "Returns true if path includes given node")
(relationship-in? [rel path] "Returns true if path includes given relationship"))

Expand Down

0 comments on commit 5af7605

Please sign in to comment.