Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Dec 1, 2024
1 parent 3824fa8 commit 0a3d22c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
* Class for converting date time strings.
* This class is only used when sorting or when calling getters that returns ZonedDateTime.
*/
@SuppressWarnings("javaarchitecture:S7091")
public class DateTime implements DateTimeParser {
private final ZoneId defaultZone;

Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/apptasticsoftware/rssreader/Item.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* like a story in a newspaper or magazine; if so its description is a synopsis of the story, and the link points
* to the full story.
*/
@SuppressWarnings("javaarchitecture:S7091")
public class Item implements Comparable<Item> {
private final Comparator<Item> defaultComparator;
private String title;
Expand Down

0 comments on commit 0a3d22c

Please sign in to comment.