mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-27 02:25:33 +00:00
format code
This commit is contained in:
@@ -23,9 +23,9 @@ import java.util.HashSet;
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class FinalProcessLocalData {
|
||||
|
||||
|
||||
public final HashSet<Integer> temporaryRegisters;
|
||||
|
||||
|
||||
public FinalProcessLocalData() {
|
||||
temporaryRegisters = new HashSet<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user