Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Runner.java
  • Loading branch information
Philip committed May 13, 2019
2 parents c0438e0 + 03df80c commit 6c8bcc4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Dictionary.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ void print(){
}

public ArrayList<Posting> get(String word){
if( dict.get(word) != null){
return dict.get(word);
}
else return new ArrayList<>();
return dict.get(word);
}

}

0 comments on commit 6c8bcc4

Please sign in to comment.