Added Java 8 InstantParam with test. by lightswitch05 · Pull Request #2048 · dropwizard/dropwizard
| import java.time.ZoneOffset; | ||
| import java.time.LocalDateTime; | ||
|
|
||
| /** |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the @author tag (or rather the complete Javadoc comment).
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed that one, editor added it automatically.
| /** | ||
| * @author Daniel White | ||
| */ | ||
| public class InstantParamTest { |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a test case for bad input.
@joschi I made the requested changes, let me know if it needs more work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters