OSDN Git Service

Eleven: Cleanup all the whitespace
[android-x86/packages-apps-Eleven.git] / src / com / cyanogenmod / eleven / lastfm / Result.java
index f3df2d2..a40a401 100644 (file)
@@ -27,7 +27,7 @@ import org.w3c.dom.Document;
  * The <code>Result</code> 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
      * <code>getStatus() == Status.OK</code>.
-     * 
+     *
      * @return <code>true</code> if the operation was successful
      */
     public boolean isSuccessful() {