Minor changes as suggested in comments

This commit is contained in:
maskara 2017-03-12 14:00:59 +05:30
parent edcd87f4e2
commit f6f197edbc
4 changed files with 8 additions and 7 deletions

View file

@ -132,7 +132,7 @@ public class Contribution extends Media {
public String getPageContents() {
StringBuffer buffer = new StringBuffer();
SimpleDateFormat isoFormat = new SimpleDateFormat("yyyy-MM-dd", Locale.US);
SimpleDateFormat isoFormat = new SimpleDateFormat("yyyy-MM-dd", Locale.ENGLISH);
buffer
.append("== {{int:filedesc}} ==\n")