We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e116860 commit 46cb7e6Copy full SHA for 46cb7e6
lib/src/main/java/com/diffplug/spotless/java/ModuleHelper.java
@@ -75,7 +75,7 @@ public static synchronized void doOpenInternalPackagesIfRequired() {
75
}
76
77
} catch (Throwable e) {
78
- LOGGER.error("WARNING: Failed to check for unavailable JDK packages.", e);
+ LOGGER.error("WARNING: Failed to check for available JDK packages.", e);
79
80
81
0 commit comments