Skip to content

Commit

Permalink
Make Period JavaDoc consistent with Duration.
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeDog committed May 26, 2020
1 parent 4ea40a4 commit 58bc2c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
* @author Eddú Meléndez
* @author Edson Chávez
* @since 2.3.0
* @see Period
* @see PeriodFormat
* @see PeriodUnit
*/
public class PeriodToStringConverter implements GenericConverter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* @author Eddú Meléndez
* @author Edson Chávez
* @since 2.3.0
* @see PeriodFormat
* @see PeriodUnit
*/
public class StringToPeriodConverter implements GenericConverter {
Expand Down

0 comments on commit 58bc2c2

Please sign in to comment.