mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 04:40:53 +00:00
Javadoc warnings fixed
(Some JNA docs also changed to standard comments)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user