Skip to content

Commit 46cb7e6

Browse files
committed
Fix typo in error msg
1 parent e116860 commit 46cb7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/com/diffplug/spotless/java/ModuleHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static synchronized void doOpenInternalPackagesIfRequired() {
7575
}
7676
}
7777
} catch (Throwable e) {
78-
LOGGER.error("WARNING: Failed to check for unavailable JDK packages.", e);
78+
LOGGER.error("WARNING: Failed to check for available JDK packages.", e);
7979
}
8080
}
8181

0 commit comments

Comments
 (0)