Skip to content

Commit cca1811

Browse files
committed
chore: Make spotless happy
1 parent fb6cf96 commit cca1811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

communication/src/main/java/datadog/communication/ddagent/AgentVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public class AgentVersion {
1515
* @param maxMajor maximum major version (exclusive)
1616
* @param maxMinor maximum minor version (exclusive)
1717
* @param maxPatch maximum patch version (exclusive)
18-
* @return true if version is below the specified maximum, false otherwise (including when
19-
* version is null or unparseable)
18+
* @return true if version is below the specified maximum, false otherwise (including when version
19+
* is null or unparseable)
2020
*/
2121
public static boolean isVersionBelow(String version, int maxMajor, int maxMinor, int maxPatch) {
2222
if (version == null || version.isEmpty()) {

0 commit comments

Comments
 (0)