Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
#703 ping
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 21, 2018
1 parent d21f5db commit 563619f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/com/zerocracy/pm/ClaimOut.java
Expand Up @@ -40,6 +40,12 @@
/**
* Claim.
*
* <p>In order to create a claim before posting it to
* {@link Claims}, this class should be used. It's a "builder"
* with a simple fluent interface. It is very recommended to
* start with an existing claim and use method {@link ClaimIn#copy()}
* in order to create a new instance of {@link ClaimOut}.</p>
*
* <p>Objects of this class are immutable.</p>
*
* @author Yegor Bugayenko (yegor256@gmail.com)
Expand Down

3 comments on commit 563619f

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 563619f May 21, 2018

Choose a reason for hiding this comment

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

Puzzle 258-bca58f1a disappeared from src/test/java/com/zerocracy/pmo/OptionsTest.java, that's why I closed #703. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 563619f May 21, 2018

Choose a reason for hiding this comment

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

Puzzle 703-5f3e27dc discovered in src/main/java/com/zerocracy/pmo/Options.java and submitted as #1035. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 563619f May 21, 2018

Choose a reason for hiding this comment

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

Puzzle 889-ebed2d87 discovered in src/test/resources/com/zerocracy/bundles/turn_on_vacation_for_too_many_negative_awards/_after.groovy and submitted as #1036. 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.