mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 21:24:31 +00:00
format proxy code, allow to change swf on the fly
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.jpexs.proxy;
|
||||
|
||||
class Key {
|
||||
|
||||
private String name = null;
|
||||
|
||||
/**
|
||||
@@ -31,4 +32,4 @@ class Key {
|
||||
public String toString() {
|
||||
return name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user