X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fcom%2Fcyanogenmod%2Feleven%2Flastfm%2FResult.java;h=a40a40152770ecce6e5099793204f7923ffc15a3;hb=refs%2Ftags%2Fandroid-x86-6.0-r2;hp=f3df2d22abd2386fe6419b865d374c432b6519c1;hpb=1b3cbd3fe25a23aa40b6f88e1e3a02b7de4d6e78;p=android-x86%2Fpackages-apps-Eleven.git diff --git a/src/com/cyanogenmod/eleven/lastfm/Result.java b/src/com/cyanogenmod/eleven/lastfm/Result.java index f3df2d2..a40a401 100644 --- a/src/com/cyanogenmod/eleven/lastfm/Result.java +++ b/src/com/cyanogenmod/eleven/lastfm/Result.java @@ -27,7 +27,7 @@ import org.w3c.dom.Document; * The Result class contains the response sent by the server, i.e. * the status (either ok or failed), an error code and message if failed and the * xml response sent by the server. - * + * * @author Janni Kovacs */ public class Result { @@ -95,7 +95,7 @@ public class Result { /** * Returns if the operation was successful. Same as * getStatus() == Status.OK. - * + * * @return true if the operation was successful */ public boolean isSuccessful() {