Skip to content

Commit

Permalink
Merge pull request #164 from rkozyak/RichardK
Browse files Browse the repository at this point in the history
Fixed checkstyle
  • Loading branch information
rkozyak authored Jul 25, 2024
2 parents 3ba1e51 + a64b3dd commit 768e962
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 168 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.example.healthtrack.model;

import com.example.healthtrack.model.SortingStrategy;

import java.util.ArrayList;

public class SortingContext {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import android.widget.Toast;

import androidx.annotation.NonNull;
import androidx.lifecycle.ViewModelProvider;
import androidx.recyclerview.widget.RecyclerView;

import com.example.healthtrack.R;
Expand All @@ -21,8 +20,6 @@
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;

import org.w3c.dom.Text;

import java.util.ArrayList;

public class WorkoutPlanAdapter extends RecyclerView.Adapter<WorkoutPlanAdapter.MyViewHolder> {
Expand Down
Loading

0 comments on commit 768e962

Please sign in to comment.