Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mindcrime committed Sep 5, 2014
1 parent 23db632 commit 7f0c84a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ class SparqlController
println "Opening TDB triplestore at: ${directory}";
Dataset dataset = TDBFactory.createDataset(directory) ;

dataset.begin(ReadWrite.READ) ;
dataset.begin(ReadWrite.READ);

// Get model inside the transaction
Model tdbModel = dataset.getDefaultModel() ;
Expand Down
Expand Up @@ -7,6 +7,9 @@ class UserController {
def entryService;
def tagService;




def registerUser = { UserRegistrationCommand urc ->
if( urc.hasErrors() )
{
Expand Down

0 comments on commit 7f0c84a

Please sign in to comment.