mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 23:54:49 +00:00
JPProxy update
This commit is contained in:
6
trunk/libsrc/jpproxy/src/com/jpexs/proxy/Cleanable.java
Normal file
6
trunk/libsrc/jpproxy/src/com/jpexs/proxy/Cleanable.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package com.jpexs.proxy;
|
||||
|
||||
public interface Cleanable
|
||||
{
|
||||
public void clean();
|
||||
}
|
||||
Reference in New Issue
Block a user