Skip to content

Commit

Permalink
Add a comment for a method in deque file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakk.Wong@gmail.com authored and Jakk.Wong@gmail.com committed Sep 4, 2012
1 parent c8fcfa7 commit c022ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HW2/Deque.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public Deque() {
post.prev = pre;
}

//
// Checks if deque is empty.
public boolean isEmpty() {
return N == 0;
}
Expand Down

0 comments on commit c022ed7

Please sign in to comment.