Skip to content

Commit 9dee6b0

Browse files
author
Damian Staszewski
committed
documentation comments changes
1 parent 99acf07 commit 9dee6b0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/main/java/pl/stachu540/hirezstudios/HiRezAPI.java

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ public class HiRezAPI {
3434
public Paladins paladins;
3535

3636
/**
37-
* Initialize Hi-Rez API. All stuff will delivered by Hi-Rez employer via E-Mail.
38-
* Please fill <a href="https://fs12.formsite.com/HiRez/form48/secure_index.html">this form first</a> to using script.
39-
* After acceptation your request, you can proceed to action.
37+
* <p>Initialize Hi-Rez API. All stuff will delivered by Hi-Rez employer via E-Mail.<br />
38+
* Please fill <a href="https://fs12.formsite.com/HiRez/form48/secure_index.html">this form first</a> to using script.<br />
39+
* After acceptation your request, you can proceed to action.</p>
4040
* @param devId Developer ID (DevId)
4141
* @param authKey Authorization Key (AuthKey)
4242
*/
@@ -47,13 +47,14 @@ public HiRezAPI(@NotNull String devId, @NotNull String authKey) {
4747
}
4848

4949
/**
50-
* Before using variables {@link #smite} and {@link #paladins} define platform first. (Default platform is "PC")
51-
* You can use it with variables mentioned above.
52-
* Example:
53-
* <blockqote>
54-
* HiRezAPI hirez = new HiRezAPI("1004","23DF3C7E9BD14D84BF892AD206B6755C");
50+
* <p>Before using variables {@link #smite} and {@link #paladins} define platform first. (Default platform is "PC")<br />
51+
* You can use it with variables mentioned above.</p>
52+
* <p>Example:<br /><br />
53+
* <code>
54+
* HiRezAPI hirez = new HiRezAPI("1004","23DF3C7E9BD14D84BF892AD206B6755C");<br />
5555
* hirez.setPlatform("xbox").smite.getPlayer("stachu Official");
56-
* </blockquote>
56+
* </code>
57+
* </p>
5758
* @param platform Platform name <b>PC</b>/<b>XBOX</b>/<b>PS4</b>
5859
*/
5960
public HiRezAPI setPlatform(String platform) {

0 commit comments

Comments
 (0)