Skip to content

Commit

Permalink
Allow chained calls to TestGraphDatabaseFactory after setMonitors call
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaDemianenko committed Dec 15, 2015
1 parent ab32afe commit 29ffadf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -107,7 +107,7 @@ public TestGraphDatabaseFactory setFileSystem( FileSystemAbstraction fileSystem
return this; return this;
} }


public GraphDatabaseFactory setMonitors( Monitors monitors ) public TestGraphDatabaseFactory setMonitors( Monitors monitors )
{ {
getCurrentState().setMonitors( monitors ); getCurrentState().setMonitors( monitors );
return this; return this;
Expand Down

0 comments on commit 29ffadf

Please sign in to comment.