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

@@ -67,7 +67,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() {

View File

@@ -67,7 +67,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() {

View File

@@ -67,7 +67,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() {

View File

@@ -67,7 +67,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() {

View File

@@ -67,7 +67,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() {

View File

@@ -31,7 +31,7 @@ import java.sql.SQLException;
*
* This application gathers information about the Cash Shop's EXP & DROP coupons,
* such as applied rates, active times of day and days of week and dumps them in
* a SQL table, in which will be used by the server.
* a SQL table that the server will make use.
*
*/
public class MapleCouponInstaller {

View File

@@ -33,7 +33,7 @@ import java.util.ArrayList;
*
* This application acts two-way: first section sets up a table on the SQL Server with all the names used within MapleStory,
* and the second queries all the names placed inside "fetch.txt", returning in the same line order the ids of the elements.
* In case of multiple entries with the same name, multiple ids will be returned in the same line separated by a simple space
* In case of multiple entries with the same name, multiple ids will be returned in the same line split by a simple space
* in ascending order. An empty line means that no entry with the given name in a line has been found.
*
* IMPORTANT: this will fail for fetching MAP ID (you shouldn't be using this program for these, just checking them up in the

View File

@@ -42,7 +42,7 @@ import java.util.Set;
* @author RonanLana
*
* This application finds inexistent itemids within the drop data from
* the Maplestory database specified by the URL below. This program
* the Maplestory database specified in the URL below. This program
* assumes all itemids uses 7 digits.
*
* A file is generated listing all the inexistent ids.

View File

@@ -67,7 +67,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() {

View File

@@ -67,7 +67,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() {

View File

@@ -67,7 +67,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() {

View File

@@ -32,10 +32,10 @@ import java.io.*;
* @author RonanLana
*
* This application updates the Monster Book drop data with the actual underlying drop data from
* the Maplestory database specified by the URL below.
* the Maplestory database specified in the URL below.
*
* In other words all items drops from monsters listed inside the Mob Book feature will be patched to match exactly like the item
* drop list specified by the URL's Maplestory database.
* drop list specified in the URL's Maplestory database.
*
* The original file "MonsterBook.img.xml" from String.wz must be copied to the directory of this application and only then
* executed. This program will generate another file that must replace the original server file to make the effects take place

View File

@@ -67,7 +67,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() {

View File

@@ -67,7 +67,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() {

View File

@@ -67,7 +67,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() {

View File

@@ -67,7 +67,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() {

View File

@@ -67,7 +67,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() {

View File

@@ -33,7 +33,7 @@ import java.sql.Connection;
*
* This application parses skillbook XMLs, filling up stack amount of those
* items to 100 (eliminating limitations on held skillbooks, now using
* default stack quantity expected by USE items).
* default stack quantity expected from USE items).
*
* Estimated parse time: 10 seconds
*/

View File

@@ -67,7 +67,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() {

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() {