Javadoc warnings fixed

(Some JNA docs also changed to standard comments)
This commit is contained in:
Jindra Petřík
2015-04-06 06:32:40 +02:00
parent 1115432370
commit a7e79a9570
20 changed files with 221 additions and 220 deletions
@@ -220,7 +220,7 @@ public class ProxyFrame extends AppFrame implements ActionListener, CatchedListe
/**
* Constructor
*
* @param mainFrame
* @param mainFrame Main frame
*/
public ProxyFrame(final MainFrame mainFrame) {
@@ -66,7 +66,7 @@ public class SWFListModel implements ListModel<Replacement> {
/**
* Called when data in a replacement changed
*
* @param index
* @param index Index of which SWF changed
*/
public void dataChanged(int index) {
if (index == -1) {