Skip to content

Commit

Permalink
PMD utility class
Browse files Browse the repository at this point in the history
  • Loading branch information
avalax committed Jun 6, 2018
1 parent 0d79874 commit b1e3e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import de.avalax.fitbuddy.R;
import de.avalax.fitbuddy.domain.model.set.Set;

public class SetBindingAdapter {
public abstract class SetBindingAdapter {
private static DecimalFormat decimalFormat;

static {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import static android.text.TextUtils.join;

public class ExerciseBindingAdapter {
public abstract class ExerciseBindingAdapter {
private static DecimalFormat decimalFormat;

static {
Expand Down

0 comments on commit b1e3e9b

Please sign in to comment.