Skip to content

Commit

Permalink
Change the order of the requirements (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-tembra authored Apr 17, 2023
1 parent 2752e78 commit 4365fa7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Both the xAPI Client and xAPI Model use a [fluent interface](https://en.wikipedi

[CheckStyle](https://checkstyle.sourceforge.io) is used to enforce the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html). Sonar performs automatic pull request reviews. [CodeQL](https://codeql.github.com) scans for vulnerabilities. The number of bugs, code smells and vulnerabilities in the codebase can be viewed in SonarCloud. The code coverage and code duplication percentages can also be viewed in SonarCloud. Over three-hundred unit tests ensure conformance with the xAPI specification.

## Requirements

xAPI Java requires Java 17 or newer.

## xAPI Java Client

The xAPI Java Client can be used by learning record providers (LRP) to communicate with learning record stores (LRS) or a system which follows the LRS requirements of one or more of the xAPI resources.
Expand Down Expand Up @@ -384,7 +388,3 @@ public ResponseEntity<Collection<UUID>> postStatements(
}

```

## Requirements

xAPI Java requires Java 17 or newer.

0 comments on commit 4365fa7

Please sign in to comment.