mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 09:25:33 +00:00
format code
This commit is contained in:
@@ -97,7 +97,7 @@ public class ProxyFrame extends AppFrame implements ActionListener, CatchedListe
|
||||
* @param port Port number
|
||||
*/
|
||||
public void setPort(int port) {
|
||||
portField.setText("" + port);
|
||||
portField.setText(Integer.toString(port));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user