File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
plugin/src/main/java/org/openrewrite/gradle Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -181,8 +181,7 @@ private ClassLoader getPluginClassLoader(Project project) {
181
181
return pluginClassLoader ;
182
182
}
183
183
184
- @ Nullable
185
- private ClassLoader getAndroidPluginClassLoader (Project project ) {
184
+ private @ Nullable ClassLoader getAndroidPluginClassLoader (Project project ) {
186
185
List <String > pluginIds = Arrays .asList (
187
186
"com.android.application" ,
188
187
"com.android.library" ,
Original file line number Diff line number Diff line change @@ -94,8 +94,7 @@ public void setCheckstyleConfigFile(File configFile) {
94
94
* Will prefer to return an explicitly configured checkstyle configuration file location.
95
95
* If none has been specified, will attempt to auto-detect an appropriate file.
96
96
*/
97
- @ Nullable
98
- public File getCheckstyleConfigFile () {
97
+ public @ Nullable File getCheckstyleConfigFile () {
99
98
if (checkstyleConfigFile == null && checkstyleConfigProvider != null ) {
100
99
try {
101
100
return checkstyleConfigProvider .get ();
You can’t perform that action at this time.
0 commit comments