File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
spring-boot-project/spring-boot/src
main/java/org/springframework/boot/convert
test/java/org/springframework/boot/convert Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2012-2021 the original author or authors.
2+ * Copyright 2012-2022 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2929 * Duration format styles.
3030 *
3131 * @author Phillip Webb
32+ * @author Valentine Wu
3233 * @since 2.0.0
3334 */
3435public enum DurationStyle {
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2012-2021 the original author or authors.
2+ * Copyright 2012-2022 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2828 * Tests for {@link DurationStyle}.
2929 *
3030 * @author Phillip Webb
31+ * @author Valentine Wu
3132 */
3233class DurationStyleTests {
3334
You can’t perform that action at this time.
0 commit comments