From 34bdd2d6c3caa6afbb5782f50f0267c54a92af0f Mon Sep 17 00:00:00 2001
From: Boreeas
Date: Tue, 30 Sep 2014 00:01:56 +0200
Subject: [PATCH] changed
tags in doc
---
rest/src/main/java/net/boreeas/riotapi/rest/ApiHandler.java | 4 ++--
.../java/net/boreeas/riotapi/rest/ThrottledApiHandler.java | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/rest/src/main/java/net/boreeas/riotapi/rest/ApiHandler.java b/rest/src/main/java/net/boreeas/riotapi/rest/ApiHandler.java
index 6d1c116..5235a68 100644
--- a/rest/src/main/java/net/boreeas/riotapi/rest/ApiHandler.java
+++ b/rest/src/main/java/net/boreeas/riotapi/rest/ApiHandler.java
@@ -934,7 +934,7 @@ public List getVersions() {
/**
*
* Retrieves general information about each shard.
- *
+ *
* This method does not count towards your rate limit.
* @return A list of shard infomation.
* @see Official API Documentation
@@ -948,7 +948,7 @@ public List getShards() {
/**
*
* Retrieves detailed information about the specified shard.
- *
+ *
* This method does not count towards your rate limit.
* @param shard The target region
* @return A list of shard infomation.
diff --git a/rest/src/main/java/net/boreeas/riotapi/rest/ThrottledApiHandler.java b/rest/src/main/java/net/boreeas/riotapi/rest/ThrottledApiHandler.java
index e8167e7..93c9873 100644
--- a/rest/src/main/java/net/boreeas/riotapi/rest/ThrottledApiHandler.java
+++ b/rest/src/main/java/net/boreeas/riotapi/rest/ThrottledApiHandler.java
@@ -773,7 +773,7 @@ public Future getSummonerSpell(int id, SpellData data, String ver
/**
*
* Retrieves general information about each shard.
- *
+ *
* This method does not count towards your rate limit.
* @return A list of shard infomation.
* @see Official API Documentation
@@ -785,7 +785,7 @@ public Future> getShards() {
/**
*
* Retrieves detailed information about the specified shard.
- *
+ *
* This method does not count towards your rate limit.
* @param shard The target region
* @return A list of shard infomation.