format proxy code, allow to change swf on the fly

This commit is contained in:
2014-09-01 16:56:55 +02:00
parent 8325d07b24
commit ed53ba9d0f
37 changed files with 1847 additions and 2267 deletions
+2 -1
View File
@@ -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;
}
}
}