mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Minor changes as suggested in comments
This commit is contained in:
parent
edcd87f4e2
commit
f6f197edbc
4 changed files with 8 additions and 7 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue