cs1302uga / cs1302-urgency-queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javadoc for Constructor for CustomLinkedUrgencyQueue does not align with the Oracle implementation.

CoryBorek opened this issue · comments

The provided javadoc for CustomLinkedUrgencyQueue states to throw a NullPointerException if you provide a null reference to the Comparator input.

When you try to give a Null input to the Oracle implementation (which I was doing in my test cases), it does not properly throw the provided exception.

Thanks for pointing this out. We've resolved the issue.