Skip to content

Commit

Permalink
Remove redundant implements clause.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed Jun 13, 2020
1 parent b53259b commit 7f3bf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/threeten/extra/DayTime.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* identity hash code or use the distinction between equals() and ==.
*/
public final class DayTime
implements Temporal, TemporalAccessor, TemporalAdjuster, Comparable<DayTime>, Serializable {
implements Temporal, TemporalAdjuster, Comparable<DayTime>, Serializable {

/**
* Serialization version.
Expand Down

0 comments on commit 7f3bf85

Please sign in to comment.