mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 16:55:07 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -63,7 +63,7 @@ public class SearchInMemory {
|
||||
|
||||
@Override
|
||||
public void status(String status) {
|
||||
|
||||
|
||||
}
|
||||
}, "CWS".getBytes(), "FWS".getBytes(), "ZWS".getBytes());
|
||||
int pos = 0;
|
||||
@@ -86,6 +86,7 @@ public class SearchInMemory {
|
||||
} catch (OutOfMemoryError ome) {
|
||||
Helper.freeMem();
|
||||
} catch (Exception | Error ex) {
|
||||
//ignored
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user