Adjusted the Javadocs

This commit is contained in:
JKetelaar
2014-07-23 00:48:17 +02:00
parent 70a7b22bbe
commit c6a45857ac
4 changed files with 7 additions and 6 deletions
@@ -14,8 +14,9 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* Gets the information for the selected server provider
* *
* @author Everel * @author Paradox, Everel
* *
*/ */
public class ServerProviderInfo { public class ServerProviderInfo {
@@ -13,7 +13,7 @@ import java.io.BufferedReader;
import java.net.URL; import java.net.URL;
/** /**
* Parses scripts stored on the sdn of Parabot * Parses scripts stored on the SDN of Parabot
* *
* @author Paradox, Everel * @author Paradox, Everel
*/ */
@@ -13,9 +13,9 @@ import java.io.BufferedReader;
import java.net.URL; import java.net.URL;
/** /**
* Parses servers hosted on parabot * Parses servers hosted on Parabot
* *
* @author Everel * @author Paradox, Everel
*/ */
public class PublicServers extends ServerParser { public class PublicServers extends ServerParser {
@@ -23,7 +23,7 @@ import java.net.URL;
/** /**
* *
* Fetches a server provider from the parabot sdn * Fetches a server provider from the Parabot SDN
* *
* @author Everel * @author Everel
* *