aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src
diff options
context:
space:
mode:
authorMario Zorz <mariozorz@gmail.com>2016-09-26 19:52:45 -0300
committerMario Zorz <mariozorz@gmail.com>2016-09-26 19:52:45 -0300
commit29ac328cda67c9b16e13e1e5bac34e69598712c9 (patch)
treeaad6260250550db60fa8290a12ffab43dc4f7265 /WordPress/src
parent31ab9d71018ba7b4663bb8860b8b8ad7ad83cca8 (diff)
downloadgradle-perf-android-medium-29ac328cda67c9b16e13e1e5bac34e69598712c9.tar.gz
minor style fix: comment indentation
Diffstat (limited to 'WordPress/src')
-rw-r--r--WordPress/src/main/java/org/wordpress/android/ui/comments/CommentDetailFragment.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/WordPress/src/main/java/org/wordpress/android/ui/comments/CommentDetailFragment.java b/WordPress/src/main/java/org/wordpress/android/ui/comments/CommentDetailFragment.java
index 401c06635..eafe02723 100644
--- a/WordPress/src/main/java/org/wordpress/android/ui/comments/CommentDetailFragment.java
+++ b/WordPress/src/main/java/org/wordpress/android/ui/comments/CommentDetailFragment.java
@@ -116,9 +116,9 @@ public class CommentDetailFragment extends Fragment implements NotificationFragm
private boolean mShouldApproveInstantly;
/*
- * Used to request a comment from a note using its site and comment ids, rather than build
- * the comment with the content in the note. See showComment()
- */
+ * Used to request a comment from a note using its site and comment ids, rather than build
+ * the comment with the content in the note. See showComment()
+ */
private boolean mShouldRequestCommentFromNote = false;
private boolean mIsSubmittingReply = false;
private NotificationsDetailListFragment mNotificationsDetailListFragment;