Even more normalize credit comments
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -22,7 +22,7 @@ import tools.Pair;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Simon
|
||||
* @author Simon (DropSpider)
|
||||
*/
|
||||
public class DataTool {
|
||||
private static Map<String, Integer> hardcodedMobs = new HashMap<>();
|
||||
|
||||
@@ -9,7 +9,7 @@ import constants.ItemConstants;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Simon
|
||||
* @author Simon (DropSpider)
|
||||
*/
|
||||
public class DropEntry {
|
||||
private int version;
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user