|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-11-22 10:44:34
|
Revision: 21558
http://sourceforge.net/p/crossfire/code/21558
Author: akirschbaum
Date: 2020-11-22 10:44:29 +0000 (Sun, 22 Nov 2020)
Log Message:
-----------
Fix Javadoc issues
Modified Paths:
--------------
jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/gui/list/GUISpellList.java
jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/skin/io/JXCSkinLoader.java
jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/skin/skin/GuiFactory.java
jxclient/trunk/src/model/src/main/java/com/realtime/crossfire/jxclient/guistate/GuiStateManager.java
jxclient/trunk/src/model/src/main/java/com/realtime/crossfire/jxclient/stats/Stats.java
Modified: jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/gui/list/GUISpellList.java
===================================================================
--- jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/gui/list/GUISpellList.java 2020-11-22 10:44:04 UTC (rev 21557)
+++ jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/gui/list/GUISpellList.java 2020-11-22 10:44:29 UTC (rev 21558)
@@ -142,7 +142,7 @@
/**
* Return a text with the keybindings for the spell.
* @param spell what to search bindings for
- * @param prefix invocation prefix, "cast " or "invoke ", to search for
+ * @param prefix invocation prefix, "cast " or "invoke ", to search for
* @param legend the text before the binding(s)
* @return empty string if no matching bindings, else text in the form
* "legend (binding 1) ; (binding 2) ; ..."
Modified: jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/skin/io/JXCSkinLoader.java
===================================================================
--- jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/skin/io/JXCSkinLoader.java 2020-11-22 10:44:04 UTC (rev 21557)
+++ jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/skin/io/JXCSkinLoader.java 2020-11-22 10:44:29 UTC (rev 21558)
@@ -1344,8 +1344,7 @@
* Parses a "horizontal" command.
* @param args the command arguments
* @param gui the gui
- * @param lnr the line number reader to read more lines @throws IOException
- * if the command cannot be parsed
+ * @param lnr the line number reader to read more lines
* @param isDialog whether a "dialog" command has been executed
* @throws JXCSkinException if the command cannot be parsed
* @throws IOException if the command cannot be parsed
@@ -2186,8 +2185,7 @@
* Parses a "vertical" command.
* @param args the command arguments
* @param gui the gui
- * @param lnr the line number reader to read more lines @throws IOException
- * if the command cannot be parsed
+ * @param lnr the line number reader to read more lines
* @param isDialog whether a "dialog" command has been executed
* @throws JXCSkinException if the command cannot be parsed
* @throws IOException if the command cannot be parsed
Modified: jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/skin/skin/GuiFactory.java
===================================================================
--- jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/skin/skin/GuiFactory.java 2020-11-22 10:44:04 UTC (rev 21557)
+++ jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/skin/skin/GuiFactory.java 2020-11-22 10:44:29 UTC (rev 21558)
@@ -72,7 +72,7 @@
}
/**
- * Returns an element's absolute screen coordinate.
+ * Returns an element's absolute screen coordinate.
* @param element the element
* @return the element's absolute x coordinate
*/
Modified: jxclient/trunk/src/model/src/main/java/com/realtime/crossfire/jxclient/guistate/GuiStateManager.java
===================================================================
--- jxclient/trunk/src/model/src/main/java/com/realtime/crossfire/jxclient/guistate/GuiStateManager.java 2020-11-22 10:44:04 UTC (rev 21557)
+++ jxclient/trunk/src/model/src/main/java/com/realtime/crossfire/jxclient/guistate/GuiStateManager.java 2020-11-22 10:44:29 UTC (rev 21558)
@@ -182,7 +182,7 @@
}
/**
- * Disconnects from the Crossfire server.
+ * Disconnects from the Crossfire server.
*/
public void disconnect() {
changeGUI(GuiState.METASERVER);
Modified: jxclient/trunk/src/model/src/main/java/com/realtime/crossfire/jxclient/stats/Stats.java
===================================================================
--- jxclient/trunk/src/model/src/main/java/com/realtime/crossfire/jxclient/stats/Stats.java 2020-11-22 10:44:04 UTC (rev 21557)
+++ jxclient/trunk/src/model/src/main/java/com/realtime/crossfire/jxclient/stats/Stats.java 2020-11-22 10:44:29 UTC (rev 21558)
@@ -447,7 +447,7 @@
public static final int CS_NUM_SKILLS = 50;
/**
- * CS_STAT_SKILLINFO is used as the starting index point. Skill
+ * CS_STAT_SKILLINFO is used as the starting index point. Skill
* number->name map is generated dynamically for the client, so a bunch
* of entries will be used here.
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|