From: Lukas Reschke Date: Tue, 2 Jun 2015 14:54:35 +0000 (+0200) Subject: Use .equals instead of != X-Git-Tag: oc-android-1.7.2~3^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/ba582576273ee5859f9f56a388210bef9d4b30b9?hp=ba582576273ee5859f9f56a388210bef9d4b30b9 Use .equals instead of != This code never worked as intended. Please consider adding unit tests. ---