Browse Source

proper formatting

AndyScherzinger 8 years ago
parent
commit
67672c53f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/com/owncloud/android/utils/DisplayUtils.java

+ 2 - 2
src/com/owncloud/android/utils/DisplayUtils.java

@@ -360,9 +360,9 @@ public class DisplayUtils {
     /**
      * styling of given spanText within a given text.
      *
-     * @param text the non styled complete text
+     * @param text     the non styled complete text
      * @param spanText the to be styled text
-     * @param style the style to be applied
+     * @param style    the style to be applied
      */
     public static SpannableStringBuilder createTextWithSpan(String text, String spanText, StyleSpan style) {
         SpannableStringBuilder sb = new SpannableStringBuilder(text);