Skip to content

Commit

Permalink
Harmonize Period conversion support
Browse files Browse the repository at this point in the history
Closes gh-21574
  • Loading branch information
snicoll committed May 27, 2020
1 parent 744b4d7 commit 35121f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
*
* @author Eddú Meléndez
* @author Edson Chávez
* @since 2.3.0
* @see PeriodFormat
* @see PeriodUnit
*/
public class PeriodToStringConverter implements GenericConverter {
final class PeriodToStringConverter implements GenericConverter {

@Override
public Set<ConvertiblePair> getConvertibleTypes() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@
*
* @author Eddú Meléndez
* @author Edson Chávez
* @since 2.3.0
* @see PeriodFormat
* @see PeriodUnit
*/
public class StringToPeriodConverter implements GenericConverter {
final class StringToPeriodConverter implements GenericConverter {

@Override
public Set<GenericConverter.ConvertiblePair> getConvertibleTypes() {
Expand Down

0 comments on commit 35121f1

Please sign in to comment.