Even more normalize credit comments

This commit is contained in:
ronancpl
2019-06-17 22:55:02 -03:00
parent 7be66bb39d
commit 78c660d5c0
160 changed files with 205 additions and 198 deletions

View File

@@ -22,7 +22,7 @@ import tools.Pair;
/**
*
* @author Simon
* @author Simon (DropSpider)
*/
public class DataTool {
private static Map<String, Integer> hardcodedMobs = new HashMap<>();

View File

@@ -9,7 +9,7 @@ import constants.ItemConstants;
/**
*
* @author Simon
* @author Simon (DropSpider)
*/
public class DropEntry {
private int version;

View File

@@ -21,7 +21,7 @@ import javax.net.ssl.HttpsURLConnection;
/**
*
* @author Simon
* @author Simon (DropSpider)
*/
//NOTE: this tool is currently unsupported since HS started using HTTPS. Missing proper SSL certificates to access Hidden-Street's website.

View File

@@ -69,7 +69,7 @@ public class Pair<E, F> {
/**
* Turns the pair into a string.
*
* @return Each value of the pair as a string joined by a colon.
* @return Each value of the pair as a string joined with a colon.
*/
@Override
public String toString() {