Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube committed Sep 3, 2017
1 parent fb13375 commit f91c2c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/fr/minuskube/pastee/JPastee.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ public SyntaxesResponse listSyntaxes() {
* Get a syntax from the server.
*
* @see <a href="https://pastee.github.io/docs/#get-syntax">Pastee Docs: Get syntax</a>
* @param id the id of the syntax
*
* @return the response of the request
*/
public SyntaxResponse getSyntax(int id) {
Expand Down

0 comments on commit f91c2c8

Please sign in to comment.