mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 18:05:29 +00:00
format source files of JPProxy
This commit is contained in:
@@ -72,7 +72,7 @@ public class Replacement {
|
||||
}
|
||||
|
||||
if (lastAccess == null) {
|
||||
return " "+" | " + sizeS + " | " + urlPattern;
|
||||
return " " + " | " + sizeS + " | " + urlPattern;
|
||||
} else {
|
||||
return format.format(lastAccess.getTime()) + " | " + sizeS + " | " + urlPattern;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user