Skip to content

Commit

Permalink
Merge pull request nus-cs2113-AY2324S1#57 from junhyeong0411/master
Browse files Browse the repository at this point in the history
Making Java CI test pass (again)
  • Loading branch information
junhyeong0411 authored Oct 25, 2023
2 parents daf32ed + 20104be commit 281140a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/duke/flashcard/FlashcardStorage.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
public class FlashcardStorage {
// simply implemented for save & load first

private static Logger flashlogger; // for logging
protected String path;
static private Logger flashlogger; // for logging

public FlashcardStorage(String path){
this.path = path;
Expand Down

0 comments on commit 281140a

Please sign in to comment.