浏览代码

proper formatting

AndyScherzinger 8 年之前
父节点
当前提交
67672c53f0
共有 1 个文件被更改,包括 2 次插入2 次删除
  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);