Skip to content

Commit

Permalink
changed <br> tags in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Boreeas committed Sep 29, 2014
1 parent 395d22a commit 34bdd2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rest/src/main/java/net/boreeas/riotapi/rest/ApiHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ public List<String> getVersions() {
/**
* <p>
* Retrieves general information about each shard.
* </p><br />
* </p><br>
* This method does not count towards your rate limit.
* @return A list of shard infomation.
* @see <a href="https://developer.riotgames.com/api/methods#!/835/2939">Official API Documentation</a>
Expand All @@ -948,7 +948,7 @@ public List<ShardData> getShards() {
/**
* <p>
* Retrieves detailed information about the specified shard.
* </p><br />
* </p><br>
* This method does not count towards your rate limit.
* @param shard The target region
* @return A list of shard infomation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ public Future<SummonerSpell> getSummonerSpell(int id, SpellData data, String ver
/**
* <p>
* Retrieves general information about each shard.
* </p><br />
* </p><br>
* This method does not count towards your rate limit.
* @return A list of shard infomation.
* @see <a href="https://developer.riotgames.com/api/methods#!/835/2939">Official API Documentation</a>
Expand All @@ -785,7 +785,7 @@ public Future<List<ShardData>> getShards() {
/**
* <p>
* Retrieves detailed information about the specified shard.
* </p><br />
* </p><br>
* This method does not count towards your rate limit.
* @param shard The target region
* @return A list of shard infomation.
Expand Down

0 comments on commit 34bdd2d

Please sign in to comment.