Skip to content

Commit

Permalink
[dbs-leipzig#1303] Improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
timo95 committed Jul 2, 2019
1 parent cdcba66 commit 5db2ac4
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -75,8 +75,8 @@ public interface BaseGraphCollectionOperators<
//----------------------------------------------------------------------------

/**
* Returns base graph from collection using the given identifier. If the
* graph does not exist, an empty base graph is returned.
* Returns base graph from collection using the given identifier. If the graph does not exist,
* an empty base graph is returned.
*
* @param graphID graph identifier
* @return base graph with given id or an empty base graph
Expand Down Expand Up @@ -148,8 +148,7 @@ default GC verifyGraphsContainment() {
* graphs with a new property ("contains pattern")
*/
default GC match(String pattern, PatternMatchingAlgorithm algorithm, boolean returnEmbeddings) {
return callForCollection(
new TransactionalPatternMatching<>(pattern, algorithm, returnEmbeddings));
return callForCollection(new TransactionalPatternMatching<>(pattern, algorithm, returnEmbeddings));
}

//----------------------------------------------------------------------------
Expand Down

0 comments on commit 5db2ac4

Please sign in to comment.