Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Fixed some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ziadOUA committed Jul 19, 2023
1 parent aef30aa commit aa46276
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
import com.ziadoua.zcard.Group;
import com.ziadoua.zcard.ImageLocationType;
import com.ziadoua.zcard.LoyaltyCard;
import protect.card_locker.ZipUtils;
import com.ziadoua.zcard.Utils;
import com.ziadoua.zcard.ZipUtils;

/**
* Class for importing a database from CSV (Comma Separate Values)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.io.IOException;
import java.io.InputStream;

import protect.card_locker.Utils;
import com.ziadoua.zcard.Utils;

public class MultiFormatImporter {
private static final String TAG = "zCard";
Expand Down

0 comments on commit aa46276

Please sign in to comment.