Skip to content

Commit

Permalink
Upgrade to Spring Java Format 0.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Sep 30, 2024
1 parent e40fa5e commit 694f28e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
org.gradle.parallel=true

javaFormatVersion=0.0.41
javaFormatVersion=0.0.43
jmustacheVersion=1.15
springFrameworkVersion=6.1.13
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2023 the original author or authors.
* Copyright 2014-2024 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 @@ -153,7 +153,7 @@ enum PathType {
/**
* The path identifies multiple items in the payload.
*/
MULTI;
MULTI

}

Expand Down

0 comments on commit 694f28e

Please sign in to comment.