From: LukeOwncloud Date: Thu, 29 Oct 2015 20:03:32 +0000 (+0100) Subject: MC: Updated comment only X-Git-Tag: oc-android-1.9^2~38^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/9d4ce6becd3973fb8aff57a2ac2c8b9c9df8a2ec?ds=sidebyside MC: Updated comment only Comment did not reflect last commit change. --- diff --git a/src/com/owncloud/android/utils/DisplayUtils.java b/src/com/owncloud/android/utils/DisplayUtils.java index 9fe9b48c..a30595c3 100644 --- a/src/com/owncloud/android/utils/DisplayUtils.java +++ b/src/com/owncloud/android/utils/DisplayUtils.java @@ -204,7 +204,7 @@ public class DisplayUtils { return parts[1]; } } - //dateString contains unexpected format. use localized, absolute date. + //dateString contains unexpected format. fallback: use relative date time string from android api as is. return dateString.toString(); }