Skip to content

Commit

Permalink
Polish "Support lower-case input in DurationStyle"
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Sep 5, 2022
1 parent c579c93 commit bc23e70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,6 +29,7 @@
* Duration format styles.
*
* @author Phillip Webb
* @author Valentine Wu
* @since 2.0.0
*/
public enum DurationStyle {
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -28,6 +28,7 @@
* Tests for {@link DurationStyle}.
*
* @author Phillip Webb
* @author Valentine Wu
*/
class DurationStyleTests {

Expand Down

0 comments on commit bc23e70

Please sign in to comment.