Skip to content

Commit

Permalink
#1 another puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 2, 2021
1 parent 319f9e1 commit e10511e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/polystat/XMIR.java
Expand Up @@ -41,6 +41,10 @@
*
* @since 1.0
* @checkstyle AbbreviationAsWordInNameCheck (5 lines)
* @todo #1:1h The current implementation is very primitive and doesn't
* support the case of fetching an object with a locator longer
* than just something inside \Phi. Try to make an object with children
* and fetch a child.
*/
public final class XMIR implements Func<String, XML> {

Expand Down

1 comment on commit e10511e

@0pdd
Copy link
Member

@0pdd 0pdd commented on e10511e Jul 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-408fd3a6 discovered in src/main/java/org/polystat/XMIR.java and submitted as #4. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.