Skip to content

Commit

Permalink
Remove from javaddoc patterns for which we do not have counts in a co…
Browse files Browse the repository at this point in the history
…unt store.
  • Loading branch information
MishaDemianenko committed Aug 16, 2016
1 parent cee4522 commit 3ec0e92
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ public interface CountsRead
* <td>{@link #ANY_LABEL}</td> <td>{@code REL}</td> <td>{@code RHS}</td>
* <td>{@code MATCH}</td> <td>{@code ()-[r:REL]->(:RHS)}</td> <td>{@code RETURN count(r)}</td>
* </tr>
* <tr>
* <td>{@code LHS}</td> <td>{@link #ANY_RELATIONSHIP_TYPE}</td> <td>{@code RHS}</td>
* <td>{@code MATCH}</td> <td>{@code (:LHS)-[r]->(:RHS)}</td> <td>{@code RETURN count(r)}</td>
* </tr>
* <tr>
* <td>{@code LHS}</td> <td>{@code REL}</td> <td>{@code RHS}</td>
* <td>{@code MATCH}</td> <td>{@code (:LHS)-[r:REL]->(:RHS)}</td><td>{@code RETURN count(r)}</td>
* </tr>
* </tdata>
* </table>
*
Expand Down

0 comments on commit 3ec0e92

Please sign in to comment.