Skip to content

Commit

Permalink
Merge pull request #4006 from eclipse/GH-4005-spring-boot-documentati…
Browse files Browse the repository at this point in the history
…on-fixes

Gh 4005 spring boot documentation fixes
  • Loading branch information
hmottestad authored Jun 23, 2022
2 parents 6c99ae7 + 119b31d commit ce952e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-components/spring-boot-sparql-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring-boot application
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>spring-boot-sparql-web</artifactId>
<artifactId>rdf4j-spring-boot-sparql-web</artifactId>
<version>${rdf4j.version}</version>
</dependency>
Expand Down Expand Up @@ -39,7 +39,7 @@ public class Server {
public Repository getRepository() {
SailRepository sailRepository = new SailRepository(store);
sailRepository.init();
retun sailRepository;
return sailRepository;
}

public static void main(String[] args) {
Expand Down

0 comments on commit ce952e7

Please sign in to comment.