Code polish

This commit is contained in:
nathan 2017-07-01 16:14:29 +02:00
parent 97035637e0
commit 4c92097ff6

View File

@ -32,7 +32,7 @@ public class HeavyCheckMark {
* @param paddingRight amount of padding to apply to the right edge of the icon. * @param paddingRight amount of padding to apply to the right edge of the icon.
*/ */
public static public static
String getFile(Color color, int checkMarkSize, int paddingTop, int paddingLeft , int paddingBottom, int paddingRight) { String get(Color color, int checkMarkSize, int paddingTop, int paddingLeft , int paddingBottom, int paddingRight) {
//noinspection StringBufferReplaceableByString //noinspection StringBufferReplaceableByString
String name = new StringBuilder().append(checkMarkSize) String name = new StringBuilder().append(checkMarkSize)