Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Apr 4, 2024
1 parent 6c3cdc4 commit 7bffbc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/amihaiemil/eoyaml/YamlLines.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ interface YamlLines extends Iterable<YamlLine> {
* the call to this method should always be delegated down to the
* base method, with no changes.
* @return The original YamlLines as a Collection.
* @todo #615:30min Remove this method, it is not needed anymore.
*/
@Deprecated
Collection<YamlLine> original();

/**
Expand Down

0 comments on commit 7bffbc4

Please sign in to comment.