From d7f453f0e3f1395a79aca9e1f52baaa5f339403a Mon Sep 17 00:00:00 2001
From: davigonz <dgonzalez@solidgear.es>
Date: Tue, 7 Mar 2017 09:22:08 +0100
Subject: [PATCH] Deleted <p>

---
 .../android/lib/common/operations/RemoteOperationResult.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java b/src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java
index e59f42e0..d20cf213 100644
--- a/src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java
+++ b/src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java
@@ -325,7 +325,7 @@ public class RemoteOperationResult implements Serializable {
 
     /**
      * Private constructor for results built interpreting a HTTP or DAV response.
-     * <p>
+     *
      * Determines a {@link ResultCode} depending of the type of the exception.
      *
      * @param success    Operation was successful or not.