format source files of JPProxy

This commit is contained in:
honfika@gmail.com
2015-01-13 21:21:14 +01:00
parent 26dd283d3f
commit 30a3bc1e3e

View File

@@ -72,7 +72,7 @@ public class Replacement {
}
if (lastAccess == null) {
return " "+" | " + sizeS + " | " + urlPattern;
return " " + " | " + sizeS + " | " + urlPattern;
} else {
return format.format(lastAccess.getTime()) + " | " + sizeS + " | " + urlPattern;
}