Cosmetic javadoc.

This commit is contained in:
Mike Pope 2022-05-01 12:13:14 +09:30
parent 77185f3009
commit faa899670c
3 changed files with 7 additions and 19 deletions

View File

@ -51,7 +51,8 @@ public class LoadingSavegameInfo {
/**
* Get the selected address;
* @return
*
* @return The {@code InetAddress}.
*/
public InetAddress getAddress() {
return address;
@ -75,6 +76,11 @@ public class LoadingSavegameInfo {
return serverName;
}
/**
* Is this a public server?
*
* @return True if this is a public server.
*/
public boolean isPublicServer() {
return publicServer;
}

View File

@ -222,13 +222,6 @@ public class TranslationReport {
/**
* Sets inVariable as needed
*
* @param superfluousVariables
* @param key
* @param value
* @param propertiesValue
* @param lastIndex
* @param inVariable
*/
private static void isInVariable(ArrayList<String> superfluousVariables, String key, String value, String propertiesValue, int lastIndex, boolean inVariable) {
for (int index = 0; index < propertiesValue.length() - 1; index++) {
@ -253,9 +246,6 @@ public class TranslationReport {
/**
* Produces a shorter name.
*
* @param localFile
* @return
*/
private static StringBuilder shortenName(String localFile) {
StringBuilder out = new StringBuilder(5);
@ -269,9 +259,6 @@ public class TranslationReport {
/**
* Adds space after a number.
*
* @param number
* @return
*/
private static StringBuilder prettyPrint(int number) {
StringBuilder output = new StringBuilder(4);
@ -283,10 +270,6 @@ public class TranslationReport {
}
/**
* @param missingKeys
* @return
*/
private static TreeSet<String> sort(ArrayList<String> missingKeys) {
TreeSet<String> sorted = new TreeSet<>();
sorted.addAll(missingKeys);

View File

@ -1,7 +1,6 @@
<html>
<body>
<br>This is the javadoc generated code documentation for FreeCol.
<p>
<h4>Overview</h4>
The {@link net.sf.freecol main package} contains the class
{@link net.sf.freecol.FreeCol} which is responsible for handling