Skip to content

Commit d1f5e7c

Browse files
committed
Upgrade to Spring Java Format 0.0.47
1 parent ccf18a1 commit d1f5e7c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
javaFormatVersion=0.0.41
1+
javaFormatVersion=0.0.47

src/main/java/io/spring/calendar/github/Repository.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2024 the original author or authors.
2+
* Copyright 2016-2025 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.
@@ -99,7 +99,7 @@ enum Visibility {
9999
/**
100100
* An internal repository.
101101
*/
102-
INTERNAL;
102+
INTERNAL
103103

104104
}
105105

src/main/java/io/spring/calendar/release/Release.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2024 the original author or authors.
2+
* Copyright 2016-2025 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.
@@ -107,7 +107,7 @@ public enum Type {
107107
/**
108108
* An enterprise release.
109109
*/
110-
ENTERPRISE;
110+
ENTERPRISE
111111

112112
}
113113

0 commit comments

Comments
 (0)