Skip to content

Commit

Permalink
Fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Schütze committed Jan 18, 2015
1 parent 6894aaf commit e49b2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public LoginDataPacket getLoginDataPacket() {
/**
* Call the kudos service
* @param json kudos data
* @return
* @return Some response
*/
public LcdsResponseString callKudos(String json) {
return client.sendRpcAndWait(SERVICE, "callKudos", json);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.util.List;

/**
* Retrive player stats. New accounts need to call {@see #createDefaultSummoner} here
* Retrive player stats. New accounts need to call {@link #createDefaultSummoner} here
*/
@AllArgsConstructor
public class SummonerService {
Expand Down

0 comments on commit e49b2bf

Please sign in to comment.