Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Jun 26, 2016
1 parent 33f9ce0 commit ad72bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/thegalactic/util/ComparableSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public ComparableSet() {
*
* @param set a comparable set
*/
public ComparableSet(SortedSet<E> set) {
public ComparableSet(final SortedSet<E> set) {
super(set);
}

Expand Down

0 comments on commit ad72bcb

Please sign in to comment.